mirror of
https://github.com/nuxt/nuxt.git
synced 2024-11-11 08:33:53 +00:00
docs(cli): fix typo (exsits -> exists) (#3954)
This commit is contained in:
parent
8dd77d7b6e
commit
d3a1ed9839
@ -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:**
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user