summaryrefslogtreecommitdiff
path: root/packages/cli/src
diff options
context:
space:
mode:
Diffstat (limited to 'packages/cli/src')
-rw-r--r--packages/cli/src/ui/components/Tips.tsx2
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.