Skip to content

Commit e57230d

Browse files
authored
Merge pull request #450 from chriscornford/2.2
Fix spelling mistake (trough > through)
2 parents 9f3fef0 + 182cb6e commit e57230d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

admin/handling-relations-to-collections.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ to document relations to collections through OWL.
66
Meanwhile, it is possible to manually configure API Platform to handle relations to collections.
77

88
We will create the admin for an API exposing `Person` and `Book` resources linked with a `many-to-many`
9-
relation between them (trough the `authors` property).
9+
relation between them (through the `authors` property).
1010

1111
This API can be created using the following PHP code:
1212

0 commit comments

Comments
 (0)