diff --git a/docs/documents/querying/linq/async-enumerable.md b/docs/documents/querying/linq/async-enumerable.md index b534a68fcb..c1aa358f66 100644 --- a/docs/documents/querying/linq/async-enumerable.md +++ b/docs/documents/querying/linq/async-enumerable.md @@ -42,7 +42,7 @@ public async Task query_to_async_enumerable() ``` ::: warning -Be aware not to return the IAsyncEnumerable out of the scope in which the session that produces it is used. This would prevent the data base connection from being reused afterwards and thus leading to a connection bleed. +Be aware not to return the IAsyncEnumerable out of the scope in which the session that produces it is used. This would prevent the database connection from being reused afterwards and thus lead to a connection bleed. ::: snippet source | anchor