Skip to content

Commit

Permalink
Fix doc link type
Browse files Browse the repository at this point in the history
Fixes #27453
  • Loading branch information
roji committed Mar 2, 2022
1 parent 9f4f9db commit ac8f88f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/EFCore/ModelBuilder.cs
Original file line number Diff line number Diff line change
Expand Up @@ -583,7 +583,7 @@ public virtual ModelBuilder HasChangeTrackingStrategy(ChangeTrackingStrategy cha
/// for all properties in the model as described in the <see cref="PropertyAccessMode" /> enum.
/// </para>
/// <para>
/// See <see href="https://aka.ms/efcore-docs-property-acess">Property versus field access in EF Core</see> for more information and
/// See <see href="https://aka.ms/efcore-docs-property-access">Property versus field access in EF Core</see> for more information and
/// examples.
/// </para>
/// </remarks>
Expand Down
2 changes: 1 addition & 1 deletion src/EFCore/PropertyAccessMode.cs
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ namespace Microsoft.EntityFrameworkCore;
/// the default behavior was <see cref="PreferFieldDuringConstruction" />.
/// </para>
/// <para>
/// See <see href="https://aka.ms/efcore-docs-property-acess">Property versus field access in EF Core</see> for more information and
/// See <see href="https://aka.ms/efcore-docs-property-access">Property versus field access in EF Core</see> for more information and
/// examples.
/// </para>
/// </remarks>
Expand Down

0 comments on commit ac8f88f

Please sign in to comment.