Skip to content

Commit 58da1aa

Browse files
Merge pull request #2406 from micalevisk/patch-1
docs(usages): fix minor typo on CLI options
2 parents d0f551b + db87777 commit 58da1aa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/cli/usages.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ Creates and initializes a new Nest project. Prompts for package manager.
3434
| `--package-manager [package-manager]` | Specify package manager. Use `npm`, `yarn`, or `pnpm`. Package manager must be installed globally.<br/> Alias: `-p` |
3535
| `--language [language]` | Specify programming language (`TS` or `JS`).<br/> Alias: `-l` |
3636
| `--collection [collectionName]` | Specify schematics collection. Use package name of installed npm package containing schematic.<br/> Alias: `-c` |
37-
| `--strict` | Start the project with the following TypeScript compiler flags enalbed: `strictNullChecks`, `noImplicitAny`, `strictBindCallApply`, `forceConsistentCasingInFileNames`, `noFallthroughCasesInSwitch` |
37+
| `--strict` | Start the project with the following TypeScript compiler flags enabled: `strictNullChecks`, `noImplicitAny`, `strictBindCallApply`, `forceConsistentCasingInFileNames`, `noFallthroughCasesInSwitch` |
3838

3939
#### nest generate
4040

0 commit comments

Comments
 (0)