Skip to content

Commit 730fc03

Browse files
authored
Merge pull request #4 from shicholas/patch-1
is this right?
2 parents 2c6652e + 37c8f1c commit 730fc03

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/index.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@ import * as bodyParser from "body-parser";
66
import {AppRoutes} from "./routes";
77

88
// create connection with database
9-
// note that its not active database connection
10-
// TypeORM creates you connection pull to uses connections from pull on your requests
9+
// note that it's not active database connection
10+
// TypeORM creates connection pools and uses them for your requests
1111
createConnection().then(async connection => {
1212

1313
// create express app

0 commit comments

Comments
 (0)