mirror of
https://github.com/QwenLM/qwen-code.git
synced 2026-04-29 04:00:36 +00:00
fix typos in diverse files (#3284)
Co-authored-by: Scott Densmore <scottdensmore@mac.com>
This commit is contained in:
parent
47dc16d243
commit
ab96676e36
13 changed files with 16 additions and 16 deletions
|
|
@ -122,7 +122,7 @@ export const InputPrompt: React.FC<InputPromptProps> = ({
|
|||
const base = query.substring(0, slashIndex + 1);
|
||||
|
||||
const command = slashCommands.find((cmd) => cmd.name === commandName);
|
||||
// Make sure completion isn't the original command when command.completigion hasn't happened yet.
|
||||
// Make sure completion isn't the original command when command.completion hasn't happened yet.
|
||||
if (command && command.completion && suggestion !== commandName) {
|
||||
const newValue = `${base}${commandName} ${suggestion}`;
|
||||
if (newValue === query) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue