Skip to content
This repository was archived by the owner on Mar 18, 2022. It is now read-only.

Commit 00d46e1

Browse files
JB Reeferrustamwin
JB Reefer
authored andcommitted
docs: Update using-cli.md (typeorm#4618)
Fix typo
1 parent d1594f5 commit 00d46e1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/using-cli.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
* [Create a new entity](#create-a-new-entity)
66
* [Create a new subscriber](#create-a-new-subscriber)
77
* [Create a new migration](#create-a-new-migration)
8-
* [Generate a migration from exist table schema](#generate-a-migration-from-exist-table-schema)
8+
* [Generate a migration from existing table schema](#generate-a-migration-from-exist-table-schema)
99
* [Run migrations](#run-migrations)
1010
* [Revert migrations](#revert-migrations)
1111
* [Show migrations](#show-migrations)
@@ -196,7 +196,7 @@ typeorm migration:create -n UserMigration -d src/user/migration
196196

197197
Learn more about [Migrations](./migrations.md).
198198

199-
## Generate a migration from exist table schema
199+
## Generate a migration from existing table schema
200200

201201
Automatic migration generation creates a new migration file
202202
and writes all sql queries that must be executed to update the database.

0 commit comments

Comments
 (0)