Skip to content

Commit 843321b

Browse files
Merge pull request #2639 from sajalguptajft/patch-1
docs(techniques): Fix Database page content
2 parents bda01cf + 832f648 commit 843321b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/techniques/sql.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -432,7 +432,7 @@ async createMany(users: User[]) {
432432
await manager.save(users[1]);
433433
});
434434
}
435-
```
435+
```
436436

437437
#### Subscribers
438438

0 commit comments

Comments
 (0)