docs: fix DEVELOPER.md typo (#9306)

Co-authored-by: Pavel <pavel@loanbase.com>
This commit is contained in:
Pavel Petrik 2022-08-24 15:33:39 +03:00 committed by GitHub
parent 3a533a4223
commit 9f7fc14be2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -46,7 +46,7 @@ git clone git@github.com:<github username>/typeorm.git
# Go to the TypeORM directory:
cd typeorm
# Add the main TyepORM repository as an upstream remote to your repository:
# Add the main TypeORM repository as an upstream remote to your repository:
git remote add upstream https://github.com/typeorm/typeorm.git
```
## Installing NPM Modules