Skip to content

Commit

Permalink
Update relationships.md (#2552)
Browse files Browse the repository at this point in the history
Fixed the construction of a sentence.
  • Loading branch information
OOberoi committed Aug 3, 2020
1 parent e1803b5 commit 0057abc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion entity-framework/core/modeling/relationships.md
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@ If you only have one navigation property then there are parameterless overloads

### Configuring navigation properties

After the navigation property has been created, you may need to further configure it. In EFCore 5.0 new Fluent API is added to allow you perform that configuration.
After the navigation property has been created, you may need to further configure it. In EFCore 5.0, new Fluent API is added to allow you to perform that configuration.

[!code-csharp[Main](../../../samples/core/Modeling/FluentAPI/Relationships/NavigationConfiguration.cs?name=NavigationConfiguration&highlight=7-9)]

Expand Down

0 comments on commit 0057abc

Please sign in to comment.