From 24564437fae8b87d6d5f1140b3efe66e98df7b80 Mon Sep 17 00:00:00 2001 From: mrchatam Date: Fri, 11 Sep 2026 23:32:23 +0000 Subject: [PATCH] docs: fix 'extention' typo in chat how-to guide --- docs/chat/how-to-use-it.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/chat/how-to-use-it.mdx b/docs/chat/how-to-use-it.mdx index e5851717df3..e3a59f055bc 100644 --- a/docs/chat/how-to-use-it.mdx +++ b/docs/chat/how-to-use-it.mdx @@ -17,7 +17,7 @@ Chat is best used to understand and iterate on code or as a replacement for sear ## Send a Coding Question or Task to AI Chat -To send a question, add it to the input box in the extention and press enter. You send it a question, and it replies with an answer. You tell it to solve a problem, and it provides you a solution. You ask for some code, and it generates it. +To send a question, add it to the input box in the extension and press enter. You send it a question, and it replies with an answer. You tell it to solve a problem, and it provides you a solution. You ask for some code, and it generates it. ## Add Code Context to AI Chat by Highlighting Code