mirror of
https://github.com/google-gemini/gemini-cli.git
synced 2026-04-06 19:31:15 -07:00
docs: fix typos in source code and documentation (#13577)
This commit is contained in:
@@ -708,7 +708,7 @@ export const InputPrompt: React.FC<InputPromptProps> = ({
|
||||
// newline that was part of the paste.
|
||||
// This has the added benefit that in the worst case at least users
|
||||
// get some feedback that their keypress was handled rather than
|
||||
// wondering why it was completey ignored.
|
||||
// wondering why it was completely ignored.
|
||||
buffer.newline();
|
||||
return;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user