Skip to content

Commit b0261b9

Browse files
fix: textlint
1 parent a1049e0 commit b0261b9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

core/mongodb.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -203,7 +203,7 @@ class Offer
203203
}
204204
```
205205

206-
When defining references, always use the id for storing them instead of the native [DBRef](https://docs.mongodb.com/manual/reference/database-references/#dbrefs).
206+
When defining references, always use the ID for storing them instead of the native [DBRef](https://docs.mongodb.com/manual/reference/database-references/#dbrefs).
207207
It allows API Platform to manage [filtering on nested properties](filters.md#apifilter-annotation) by using [lookups](https://docs.mongodb.com/manual/reference/operator/aggregation/lookup/).
208208

209209
## Filtering

extra/philosophy.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ API Platform makes modern development easy and fun again:
2929
be understood by any compliant client such as your apps but also search engines (JSON-LD with Schema.org vocabulary).
3030
This API is the central and unique entry point to access and modify data. It also encapsulates the whole business logic.
3131
* [Then **create as many clients as you want using frontend technologies you love**](../client-generator/index.md): a JavaScript
32-
webapp built in React or in Vue querying the API but also a native iOS or Android app, or even a desktop application. Clients
32+
webapp built with React or with Vue querying the API but also a native iOS or Android app, or even a desktop application. Clients
3333
only display data and forms.
3434

3535
See also [the general design](../core/design.md) of the framework.

0 commit comments

Comments
 (0)