Browse Source

docs: Improve clarity (#2604)

greyhere 2 năm trước cách đây
mục cha
commit
6d5529ac1e

+ 1 - 1
docs/docs/guides/developer-guide/the-service-layer/index.mdx

@@ -184,7 +184,7 @@ Further examples can be found in the [TypeORM Find Options documentation](https:
 ### The QueryBuilder API
 ### The QueryBuilder API
 
 
 When the Find API is not sufficient, the QueryBuilder API can be used to construct more complex queries. For instance,
 When the Find API is not sufficient, the QueryBuilder API can be used to construct more complex queries. For instance,
-if you want to have a more complex `WHERE` clause than can be achieved with the Find API, or if you want to perform
+if you want to have a more complex `WHERE` clause than what can be achieved with the Find API, or if you want to perform
 sub-queries, then the QueryBuilder API is the way to go.
 sub-queries, then the QueryBuilder API is the way to go.
 
 
 Here are some examples of using the QueryBuilder API:
 Here are some examples of using the QueryBuilder API: