Skip to content

Commit

Permalink
inevitability -> inevitably (#3091)
Browse files Browse the repository at this point in the history
  • Loading branch information
ardalis authored Feb 9, 2021
1 parent 918edb0 commit e7115ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion entity-framework/core/testing/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ SQLite is a good choice because:

However, remember that:

* SQLite inevitability doesn't support everything that your production database system does.
* SQLite inevitably doesn't support everything that your production database system does.
* SQLite will behave differently than your production database system for some queries.

So if you do use SQLite for some testing, make sure to also test against your real database system.
Expand Down

0 comments on commit e7115ad

Please sign in to comment.