Skip to content

Commit

Permalink
docs(features/completion): remove duplicate 'the' (#1108)
Browse files Browse the repository at this point in the history
Spotted duplicate `the`.
  • Loading branch information
jmcdo29 authored Jan 26, 2024
2 parents 02a3577 + 1bc8075 commit 83d036c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/docs/src/pages/en/features/completion.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ import { AppModule } from './app.module';
## Generate Completion Script - ZSH & Bash

Now, you can dynamically generate a completion script for your CLI by running
the the following command:
the following command:

```bash
my-cli completion-script
Expand Down

0 comments on commit 83d036c

Please sign in to comment.