mirror of
https://github.com/typeorm/typeorm.git
synced 2025-12-08 21:26:23 +00:00
docs: correct typo (#9643)
This commit is contained in:
parent
95421ca62d
commit
ae91c050a4
@ -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.
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user