Skip to content

Commit

Permalink
Fix typo in xmldocs (dotnet#24843)
Browse files Browse the repository at this point in the history
  • Loading branch information
roji authored May 6, 2021
1 parent 47d09eb commit 6d4b03f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/EFCore/DbContextOptionsBuilder`.cs
Original file line number Diff line number Diff line change
Expand Up @@ -466,7 +466,7 @@ public DbContextOptionsBuilder(DbContextOptions<TContext> options)
/// See the specific implementations of <see cref="IInterceptor" /> for details. For example, 'IDbCommandInterceptor'.
/// </para>
/// <para>
/// A single interceptor instance can implement multiple different interceptor interfaces. I will be registered as
/// A single interceptor instance can implement multiple different interceptor interfaces. It will be registered as
/// an interceptor for all interfaces that it implements.
/// </para>
/// <para>
Expand Down

0 comments on commit 6d4b03f

Please sign in to comment.