Skip to content

Commit bbb1fc9

Browse files
fix: typo in subresources page (#1746)
1 parent ecb6dce commit bbb1fc9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/subresources.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -274,7 +274,7 @@ class Company
274274
}
275275
```
276276

277-
We did not define any Doctrine annotation here and if we want thinks to work properly with GraphQL, we need to map the `employees` field as a Link to the class `Employee` using the property `company`.
277+
We did not define any Doctrine annotation here and if we want things to work properly with GraphQL, we need to map the `employees` field as a Link to the class `Employee` using the property `company`.
278278

279279
As a general rule, if the property we want to create a link from is in the `fromClass`, use `fromProperty`, if not, use `toProperty`.
280280

0 commit comments

Comments
 (0)