Skip to content

Commit e4feefb

Browse files
committed
typo
1 parent f322796 commit e4feefb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/amazonq/src/app/inline/completion.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -300,7 +300,7 @@ export class AmazonQInlineCompletionItemProvider implements InlineCompletionItem
300300
}
301301
// re-use previous suggestions as long as new typed prefix matches
302302
if (prevItemMatchingPrefix.length > 0) {
303-
logstr += `- not calling LSP and reuse previous suggestions that match user typed characters
303+
logstr += `- not call LSP and reuse previous suggestions that match user typed characters
304304
- duration between trigger to completion suggestion is displayed ${performance.now() - t0}`
305305
return prevItemMatchingPrefix
306306
}

0 commit comments

Comments
 (0)