Skip to content

Commit 9c1ced3

Browse files
committed
fix(genapi): fix typo
1 parent aa2f035 commit 9c1ced3

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pages/generative-apis/reference-content/adding-ai-to-intellij-using-continue.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ To enable AI-powered tab completion in Continue, add the following configuration
7373
```
7474

7575
<Message type="important">
76-
Enabling tab completion **may lead to higher token consumption** as the model generates predictions for every keystroke. Be mindful of your API usage and adjust settings accordingly to avoid unexpected costs. For more information refer to the [official Contine documentation](https://docs.continue.dev/reference#tabautocompleteoptions).
76+
Enabling tab completion **may lead to higher token consumption** as the model generates predictions for every keystroke. Be mindful of your API usage and adjust settings accordingly to avoid unexpected costs. For more information refer to the [official Continue documentation](https://docs.continue.dev/reference#tabautocompleteoptions).
7777
</Message>
7878

7979
### Activate Continue in IntelliJ IDEA

pages/generative-apis/reference-content/adding-ai-to-vscode-using-continue.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ To enable AI-powered tab completion in Continue, add the following configuration
7070
```
7171

7272
<Message type="important">
73-
Enabling tab completion **may lead to higher token consumption** as the model generates predictions for every keystroke. Be mindful of your API usage and adjust settings accordingly to avoid unexpected costs. For more information refer to the [official Contine documentation](https://docs.continue.dev/reference#tabautocompleteoptions).
73+
Enabling tab completion **may lead to higher token consumption** as the model generates predictions for every keystroke. Be mindful of your API usage and adjust settings accordingly to avoid unexpected costs. For more information refer to the [official Continue documentation](https://docs.continue.dev/reference#tabautocompleteoptions).
7474
</Message>
7575

7676
### Activating Continue in VS Code

0 commit comments

Comments
 (0)