[BUG] Grammar error in warning message: "an unexpected ways"
Resolved 💬 1 comment Opened Jun 20, 2025 by FiroshV Closed Aug 6, 2025
Environment
- Platform:
- [ ] Anthropic API
- [ ] AWS Bedrock
- [ ] Google Vertex AI
- [x] Other: Local Claude CLI
- Claude CLI version:
1.0.30 (Claude Code) - Operating System: macOS 15.5
- Terminal: Terminal App
---
Bug Description
There is a grammar issue in the warning message displayed when navigating to a new directory and running the claude command.
The message shown is:
Claude Code may read files in this folder. Reading untrusted files may lead Claude Code to behave in an unexpected ways
Issue:
The phrase "in an unexpected ways" is grammatically incorrect.
The word "an" should not be used with the plural noun "ways".
Steps to Reproduce
- Open Terminal
- Navigate to any new directory
- Run the command:
claude - Observe the warning message that appears
---
Expected Behavior
The message should be corrected to:
Claude Code may read files in this folder. Reading untrusted files may lead Claude Code to behave in unexpected ways
---
Actual Behavior
The current message contains the incorrect phrase:
in an unexpected ways
---
Additional Context
This is a minor issue but affects the polish and clarity of the user experience.
Thanks for the great work!
This issue has 1 comment on GitHub. Read the full discussion on GitHub ↗