summaryrefslogtreecommitdiff
path: root/doc/vim-ai.txt
diff options
context:
space:
mode:
authorMartin Bielik <mx.bielik@gmail.com>2023-04-14 11:51:22 +0200
committerGitHub <noreply@github.com>2023-04-14 11:51:22 +0200
commita04ce2bee2aed10e852e2265dd7a31147a9c4156 (patch)
treea39094d8b459b88c4616da40d37ffd3514d092ae /doc/vim-ai.txt
parent711676a1a951c3bbb7ecab79c8754b5a02e840e8 (diff)
parent8115745e9a376bacc76b2b4393df513f8f0479ea (diff)
downloadvim-ai-a04ce2bee2aed10e852e2265dd7a31147a9c4156.tar.gz
Merge pull request #17 from kennypete/main
Typos and spelling fixes to help file
Diffstat (limited to '')
-rw-r--r--doc/vim-ai.txt10
1 files changed, 5 insertions, 5 deletions
diff --git a/doc/vim-ai.txt b/doc/vim-ai.txt
index ddf1bcc..616e7a1 100644
--- a/doc/vim-ai.txt
+++ b/doc/vim-ai.txt
@@ -10,7 +10,7 @@ translate, etc.
COMMANDS *vim-ai-commands*
-To set-up key bindings and expamples see:
+To set-up key bindings and examples see:
https://github.com/madox2/vim-ai
*:AI*
@@ -31,7 +31,7 @@ Options: >
\ },
\}
-Check OpenAI docs for more infomration:
+Check OpenAI docs for more information:
https://platform.openai.com/docs/api-reference/completions
*:AIEdit*
@@ -51,7 +51,7 @@ Options: >
\ },
\}
-Check OpenAI docs for more infomration:
+Check OpenAI docs for more information:
https://platform.openai.com/docs/api-reference/completions
*:AIChat*
@@ -84,7 +84,7 @@ Options: >
\ },
\}
-Check OpenAI docs for more infomration:
+Check OpenAI docs for more information:
https://platform.openai.com/docs/api-reference/chat
*:AIRedo*
@@ -122,7 +122,7 @@ You can also customize the options in the chat header: >
KEY BINDINGS
-Examples how configure key bindins and customize commands: >
+Examples how configure key bindings and customize commands: >
" complete text on the current line or in visual selection
nnoremap <leader>a :AI<CR>