Skip to content

Commit 3169ff5

Browse files
Merge pull request #2734 from minhtaile2712/patch-1
docs: correct hint's description of --strict flag
2 parents e288d18 + f3c90c5 commit 3169ff5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/introduction.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ $ npm i -g @nestjs/cli
2323
$ nest new project-name
2424
```
2525

26-
> info **Hint** To create a new project with TypeScript's [strict](https://www.typescriptlang.org/tsconfig#strict) mode enabled, pass the `--strict` flag to the `nest new` command.
26+
> info **Hint** To create a new TypeScript project with stricter feature set, pass the `--strict` flag to the `nest new` command.
2727
2828
#### Alternatives
2929

0 commit comments

Comments
 (0)