Skip to content

Commit

Permalink
Merge pull request #93 from rhires/patch-2
Browse files Browse the repository at this point in the history
Removed apostrophe from its...
  • Loading branch information
rowanmiller committed Dec 15, 2015
2 parents 066e133 + 6c1e5d7 commit a511bf5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/modeling/relationships.rst
Original file line number Diff line number Diff line change
Expand Up @@ -231,7 +231,7 @@ One to one relationships have a reference navigation property on both sides. The
:linenos:

.. note::
EF will chose one of the entities to be the dependent based on it's ability to detect a foreign key property. If the wrong entity is chosen as the dependent you can use the Fluent API to correct this.
EF will chose one of the entities to be the dependent based on its ability to detect a foreign key property. If the wrong entity is chosen as the dependent you can use the Fluent API to correct this.

When configuring the relationship with the Fluent API, you use the ``HasOne`` and ``WithOne`` methods.

Expand Down

0 comments on commit a511bf5

Please sign in to comment.