docs: correct typo (#9643)

This commit is contained in:
JesseNeon 2022-12-27 10:09:52 +01:00 committed by GitHub
parent 95421ca62d
commit ae91c050a4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -8,7 +8,7 @@
Your interaction with the database is only possible once you setup a `DataSource`.
TypeORM's `DataSource` holds your database connection settings and
establishes initial database connection or connection pool depend on RDBMS you use.
establishes initial database connection or connection pool depending on the RDBMS you use.
In order to establish initial connection / connection pool you must call `initialize` method of your `DataSource` instance.