Skip to content

Commit

Permalink
Fixed typo. (#1121)
Browse files Browse the repository at this point in the history
  • Loading branch information
Stromberg90 authored Oct 22, 2023
1 parent 9610cbf commit e9791e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cookbook/external_completers.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ let zoxide_completer = {|spans|
}
```

This completer is not usable for allmost every other command, so it's recommended to add it as an override in the [multiple completer](#multiple-completer):
This completer is not usable for almost every other command, so it's recommended to add it as an override in the [multiple completer](#multiple-completer):

```nu
{
Expand Down

0 comments on commit e9791e2

Please sign in to comment.