Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ The type of relationship is determined by whether the navigation and its inverse

Discovery of each of these types of relationship is shown in the examples below:

A single, one-to-many relationship is discovered between `Blog` and `Post` is discovered by pairing the `Blog.Posts` and `Post.Blog` navigations:
A single, one-to-many relationship between `Blog` and `Post` is discovered by pairing the `Blog.Posts` and `Post.Blog` navigations:

<!--
public class Blog
Expand Down