docs(cli): fix typo (exsits -> exists) (#3954)

This commit is contained in:
Sébastien Chopin 2022-03-29 15:14:11 +02:00 committed by GitHub
parent 8dd77d7b6e
commit d3a1ed9839
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -114,7 +114,7 @@ Option | Default | Description
`TEMPLATE` | - | Specify a template of the file to be generated.
`NAME` | - | Specify a name of the file that will be created.
`--cwd` | `.` | The directory of the target application.
`--force` | `false` | Force override file if already exsits.
`--force` | `false` | Force override file if it already exists.
**Example:**