Skip to content

Commit 374eca6

Browse files
authored
Merge pull request #489 from fdlane/patch-1
docs(relationships): duplicate word
2 parents 1ee97cb + 2fe8cdc commit 374eca6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/usage/resources/relationships.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ public class TodoItem : Identifiable<int>
2020
}
2121
```
2222

23-
The convention used used to locate the foreign key property (e.g. `OwnerId`) can be changed on
23+
The convention used to locate the foreign key property (e.g. `OwnerId`) can be changed on
2424
the @JsonApiDotNetCore.Configuration.JsonApiOptions#JsonApiDotNetCore_Configuration_JsonApiOptions_RelatedIdMapper
2525

2626
## HasMany
@@ -53,4 +53,4 @@ public class Article : Identifiable
5353
// this is the EF join relationship
5454
public List<ArticleTag> ArticleTags { get; set; }
5555
}
56-
```
56+
```

0 commit comments

Comments
 (0)