Skip to content

Commit a2a6ba9

Browse files
author
Sam
committed
fixed spelling mistake
1 parent 08e00f1 commit a2a6ba9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

doc/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ Npgsql has an Entity Framework 6 provider. You can use it by installing the
77
[EntityFramework6.Npgsql](https://www.nuget.org/packages/EntityFramework6.Npgsql/) nuget.
88

99
## Basic Usage ##
10-
Create an inheritor if DbConfiguration in the same assembly as your entity framework DbContext. Ensure that you configure provider services, a provider factory, a default connection factory as shown below:
10+
Create an inheritor of DbConfiguration in the same assembly as your entity framework DbContext. Ensure that you configure provider services, a provider factory, a default connection factory as shown below:
1111

1212
```
1313
class NpgSqlConfiguration : DbConfiguration

0 commit comments

Comments
 (0)