diff --git a/docs/select-query-builder.md b/docs/select-query-builder.md index eb320576c3..b53608bb58 100644 --- a/docs/select-query-builder.md +++ b/docs/select-query-builder.md @@ -1216,7 +1216,7 @@ export class User { } ``` -Using a standard `find` or query, you will not receive the rows which have a value in that row. However, if you do the following: +Using a standard `find` or query, you will not receive the rows which have a value in that column. However, if you do the following: ```typescript const users = await dataSource