docs: fix typo (#8838)

This commit is contained in:
fedemahf 2022-04-02 12:26:38 -03:00 committed by GitHub
parent 22d21b0a82
commit aa6b1891d6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -248,7 +248,7 @@ The quickest way to get started with TypeORM is to use its CLI commands to gener
Quick start works only if you are using TypeORM in a NodeJS application.
If you are using other platforms, proceed to the [step-by-step guide](#step-by-step-guide).
To create a new project using CLI, run the follwing command:
To create a new project using CLI, run the following command:
```shell
npx typeorm init --name MyProject --database postgres