Skip to content

Commit

Permalink
Fix typo.
Browse files Browse the repository at this point in the history
  • Loading branch information
ajcvickers committed Jan 5, 2023
1 parent ea79b63 commit 43c18cb
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ public static class SqlServerDbContextOptionsExtensions
/// An existing <see cref="DbConnection" /> to be used to connect to the database. If the connection is
/// in the open state then EF will not open or close the connection. If the connection is in the closed
/// state then EF will open and close the connection as needed. The caller owns the connection and is
/// responsible for itd disposal.
/// responsible for its disposal.
/// </param>
/// <param name="sqlServerOptionsAction">An optional action to allow additional SQL Server specific configuration.</param>
/// <returns>The options builder so that further configuration can be chained.</returns>
Expand Down Expand Up @@ -201,7 +201,7 @@ public static class SqlServerDbContextOptionsExtensions
/// An existing <see cref="DbConnection" /> to be used to connect to the database. If the connection is
/// in the open state then EF will not open or close the connection. If the connection is in the closed
/// state then EF will open and close the connection as needed. The caller owns the connection and is
/// responsible for itd disposal.
/// responsible for its disposal.
/// </param>
/// <param name="sqlServerOptionsAction">An optional action to allow additional SQL Server specific configuration.</param>
/// <returns>The options builder so that further configuration can be chained.</returns>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ public static class SqliteDbContextOptionsBuilderExtensions
/// An existing <see cref="DbConnection" /> to be used to connect to the database. If the connection is
/// in the open state then EF will not open or close the connection. If the connection is in the closed
/// state then EF will open and close the connection as needed. The caller owns the connection and is
/// responsible for itd disposal.
/// responsible for its disposal.
/// </param>
/// <param name="sqliteOptionsAction">An optional action to allow additional SQLite specific configuration.</param>
/// <returns>The options builder so that further configuration can be chained.</returns>
Expand Down Expand Up @@ -190,7 +190,7 @@ public static class SqliteDbContextOptionsBuilderExtensions
/// An existing <see cref="DbConnection" /> to be used to connect to the database. If the connection is
/// in the open state then EF will not open or close the connection. If the connection is in the closed
/// state then EF will open and close the connection as needed. The caller owns the connection and is
/// responsible for itd disposal.
/// responsible for its disposal.
/// </param>
/// <param name="sqliteOptionsAction">An optional action to allow additional SQLite specific configuration.</param>
/// <returns>The options builder so that further configuration can be chained.</returns>
Expand Down

0 comments on commit 43c18cb

Please sign in to comment.