From 2fe8cdca251e4627ffa4438bdf3d03365b7ff2bc Mon Sep 17 00:00:00 2001 From: "F. DeWayne Lane" Date: Wed, 27 Mar 2019 11:47:15 -0400 Subject: [PATCH] docs(relationships): duplicate word --- docs/usage/resources/relationships.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/usage/resources/relationships.md b/docs/usage/resources/relationships.md index beb5ae6444..8eb98c17b4 100644 --- a/docs/usage/resources/relationships.md +++ b/docs/usage/resources/relationships.md @@ -20,7 +20,7 @@ public class TodoItem : Identifiable } ``` -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 the @JsonApiDotNetCore.Configuration.JsonApiOptions#JsonApiDotNetCore_Configuration_JsonApiOptions_RelatedIdMapper ## HasMany @@ -53,4 +53,4 @@ public class Article : Identifiable // this is the EF join relationship public List ArticleTags { get; set; } } -``` \ No newline at end of file +```