We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e83cbdb commit 8c82b54Copy full SHA for 8c82b54
packages/amazonq/src/app/inline/completion.ts
@@ -250,7 +250,7 @@ export class AmazonQInlineCompletionItemProvider implements InlineCompletionItem
250
251
if (!session || !items.length || !editor) {
252
getLogger().debug(
253
- `Failed to produce inline suggestion results. Recieved ${items.length} items from service`
+ `Failed to produce inline suggestion results. Received ${items.length} items from service`
254
)
255
return []
256
}
0 commit comments