docs: fix spacing (#11052)

This commit is contained in:
Hlib Omelchenko 2025-01-05 21:34:40 +01:00 committed by GitHub
parent bdd7bc8287
commit 4f643a51af
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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