Skip to content

Commit 95d479c

Browse files
docs: fixed grammar error by adding missing "be" (#4915)
1 parent 0c288f2 commit 95d479c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

entity-framework/core/modeling/relationships.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ public class Blog
6262
This connection from `Blog` to `Post` and, inversely, from `Post` back to `Blog` is known as a "relationship" in EF Core.
6363

6464
> [!IMPORTANT]
65-
> A **single** relationship can typically traversed in either direction. In this example, that is from `Blog` to `Post` via the `Blog.Posts` property, and from `Post` back to `Blog` via the `Post.Blog` property. This is **one** relationship, not two.
65+
> A **single** relationship can typically be traversed in either direction. In this example, that is from `Blog` to `Post` via the `Blog.Posts` property, and from `Post` back to `Blog` via the `Post.Blog` property. This is **one** relationship, not two.
6666
6767
> [!TIP]
6868
> In EF Core, the `Blog.Posts` and `Post.Blog` properties are called "navigations".

0 commit comments

Comments
 (0)