Skip to content

Commit a68f8b0

Browse files
authored
fix: fix typo in example code: Typeorm -> AccountsTypeorm (#1052)
1 parent b1b3919 commit a68f8b0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

website/docs/databases/typeorm.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ createConnection({
2727
url: 'postgres://user@localhost:5432/dbname',
2828
entities,
2929
}).then(() => {
30-
const accountsTypeorm = new Typeorm({
30+
const accountsTypeorm = new AccountsTypeorm({
3131
// options
3232
});
3333
const accountsServer = new AccountsServer(

0 commit comments

Comments
 (0)