Skip to content

Commit

Permalink
🐛 Fix typo.
Browse files Browse the repository at this point in the history
  • Loading branch information
yukimemi committed Jan 7, 2024
1 parent d86efed commit 730ef12
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ dvpm.add({ url: "yukimemi/futago.vim" });

# Commands

`:FutagStart`
`:FutagoStart`

Start Futago chat.
Enter the prompt, save buffer, and the chat will be sent.
Expand Down
2 changes: 1 addition & 1 deletion doc/futago.txt
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ Usage ~
Commands ~
*futago-commands*

`:FutagStart` *:FutagStart*
`:FutagoStart` *:FutagoStart*

Start Futago chat.
Enter the prompt, save buffer, and the chat will be sent.
Expand Down
2 changes: 1 addition & 1 deletion pod/futago.pod
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ dvpm.add({ url: "yukimemi/futago.vim" });

=head1 Commands X<futago-commands>

C<:FutagStart> X<:FutagStart>
C<:FutagoStart> X<:FutagoStart>

Start Futago chat.
Enter the prompt, save buffer, and the chat will be sent.
Expand Down

0 comments on commit 730ef12

Please sign in to comment.