We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 1ee97cb + 2fe8cdc commit 374eca6Copy full SHA for 374eca6
docs/usage/resources/relationships.md
@@ -20,7 +20,7 @@ public class TodoItem : Identifiable<int>
20
}
21
```
22
23
-The convention used used to locate the foreign key property (e.g. `OwnerId`) can be changed on
+The convention used to locate the foreign key property (e.g. `OwnerId`) can be changed on
24
the @JsonApiDotNetCore.Configuration.JsonApiOptions#JsonApiDotNetCore_Configuration_JsonApiOptions_RelatedIdMapper
25
26
## HasMany
@@ -53,4 +53,4 @@ public class Article : Identifiable
53
// this is the EF join relationship
54
public List<ArticleTag> ArticleTags { get; set; }
55
56
-```
+```
0 commit comments