Skip to content

Commit bf3992b

Browse files
authored
Merge pull request #212 from carapace-sh/grammarly
grammarly fixes
2 parents ccf46cb + d6fc630 commit bf3992b

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

docs/src/freckles/cmd/git.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ Completion is provided with [`ActionCarapaceBin`].
1818

1919
![](./git/git.cast)
2020

21-
> Without arguments [`ActionCarapaceBin`] completes all registered commands.
21+
> Without arguments, [`ActionCarapaceBin`] completes all registered commands.
2222
>
2323
> Here, we limit it to the [Git] command and further specify it with arguments.
2424
>
@@ -27,13 +27,13 @@ Completion is provided with [`ActionCarapaceBin`].
2727
> Just as above we change the directory with `-C <dir>` to the repository.
2828
>
2929
> This works because the [Git] completer in [Carapace] implemented generic folder modifications with [PreInvoke].
30-
> Nonetheless, [Chdir] should normally be used for this.
30+
> Nonetheless, [Chdir] should generally be used for this.
3131
>
3232
> ---
3333
>
34-
> When fully embedding a command `DisableFlagParsing: true` is the right aproach.
34+
> When fully embedding a command `DisableFlagParsing: true` is the right approach.
3535
>
36-
> But for [sudo]-like behaviour where the local command has flags as well there is [SetInterspersed].
36+
> But for [sudo]-like behavior where the local command has flags as well, there is [SetInterspersed].
3737
> Disabling it stops flag parsing after the first positional argument.
3838
3939
[`ActionCarapaceBin`]:https://pkg.go.dev/github.com/carapace-sh/carapace-bridge/pkg/actions/bridge#ActionCarapaceBin

0 commit comments

Comments
 (0)