File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ the generated code to my liking.
2323
2424* SQL Server
2525* SQL Server Compact 3.5 and 4.0
26- * Comming soon: Oracle, PostgreSQL, MySQL
26+ * Coming soon: Oracle, PostgreSQL, MySQL
2727
2828### Highly customisable output
2929
@@ -52,7 +52,7 @@ If your database changes, simply re-save the `<database>.tt` file. That's it.
5252</connectionStrings >
5353```
5454- .NET Core
55- * Use Nuget and install the relevant nuget package for your datbase , such as ` Microsoft.EntityFrameworkCore.SqlServer `
55+ * Use Nuget and install the relevant nuget package for your database , such as ` Microsoft.EntityFrameworkCore.SqlServer `
5656
5757* The connection string you use must have at least these privileges: ` ddladmin ` , ` datareader ` and ` datawriter ` .
5858 ` ddladmin ` is required for reading the default constraints.
You can’t perform that action at this time.
0 commit comments