diff options
| author | cperry-goog <[email protected]> | 2025-06-22 16:02:48 -0700 |
|---|---|---|
| committer | GitHub <[email protected]> | 2025-06-22 16:02:48 -0700 |
| commit | b05b8673cd96b70d18cffb91cd347d176905dee6 (patch) | |
| tree | c9c189bb53ae50451b234d1c002d8a6e8899417a /packages/cli/src/ui/components/Tips.tsx | |
| parent | b831ffc1b361107590292d34fe4a2aadc99f1a65 (diff) | |
update tips (#1315)
Diffstat (limited to 'packages/cli/src/ui/components/Tips.tsx')
| -rw-r--r-- | packages/cli/src/ui/components/Tips.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/cli/src/ui/components/Tips.tsx b/packages/cli/src/ui/components/Tips.tsx index fc10acaf..cca0b3e1 100644 --- a/packages/cli/src/ui/components/Tips.tsx +++ b/packages/cli/src/ui/components/Tips.tsx @@ -19,7 +19,7 @@ export const Tips: React.FC<TipsProps> = ({ config }) => { <Box flexDirection="column" marginBottom={1}> <Text color={Colors.Foreground}>Tips for getting started:</Text> <Text color={Colors.Foreground}> - 1. Ask questions, edit code or run commands. + 1. Ask questions, edit files, or run commands. </Text> <Text color={Colors.Foreground}> 2. Be specific for the best results. |
