diff options
| author | Peter Kenny <64727695+kennypete@users.noreply.github.com> | 2023-04-14 19:51:05 +1200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-04-14 19:51:05 +1200 |
| commit | 8115745e9a376bacc76b2b4393df513f8f0479ea (patch) | |
| tree | a39094d8b459b88c4616da40d37ffd3514d092ae | |
| parent | 711676a1a951c3bbb7ecab79c8754b5a02e840e8 (diff) | |
| download | vim-ai-8115745e9a376bacc76b2b4393df513f8f0479ea.tar.gz | |
Typos and spelling fixes to help file
Diffstat (limited to '')
| -rw-r--r-- | doc/vim-ai.txt | 10 |
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> |