Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Curs3W4ll authored and petertriho committed May 30, 2023
1 parent 7b292e1 commit f900a4c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -185,7 +185,7 @@ If you want specific behaviour for a trigger or new behaviour for a trigger, you
an entry in the `trigger_actions` table of the config. The two necessary fields are the `trigger_character`
and the `action`.

Currently, `trigger_character` has to be a single character. Multiple actions can be used for the same charachter.
Currently, `trigger_character` has to be a single character. Multiple actions can be used for the same character.
All actions are triggered until one returns true. The parameters to the `actions` function are the
different sources (currently `git`, `gitlab` and `github`), the completion callback, the trigger character,
the parameters passed to `complete` from `nvim-cmp`, and the current git info.
Expand Down

0 comments on commit f900a4c

Please sign in to comment.