mirror of
https://github.com/typeorm/typeorm.git
synced 2025-12-08 21:26:23 +00:00
docs: fix spacing (#11052)
This commit is contained in:
parent
bdd7bc8287
commit
4f643a51af
@ -267,7 +267,7 @@ try {
|
||||
}
|
||||
```
|
||||
|
||||
**Note**: Manually created`QueryRunner` instances must be explicitly released on their own. If you don't release your query runners, they will keep a connection checked out of the pool, and prevent other queries from using it.
|
||||
**Note**: Manually created `QueryRunner` instances must be explicitly released on their own. If you don't release your query runners, they will keep a connection checked out of the pool, and prevent other queries from using it.
|
||||
|
||||
### Adjusting the default destination for reads
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user