Skip to content

Commit

Permalink
Fix minor grammatical error (#4143)
Browse files Browse the repository at this point in the history
Remove a stray "a" from a sentence to make it read better.
  • Loading branch information
lee-m authored Nov 17, 2022
1 parent 714edde commit 5a4e328
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 @@ -7,7 +7,7 @@ uid: core/testing/index
---
# Testing EF Core Applications

Testing is an important concern to almost all application types - it allows you to be sure your application works correctly, and makes it instantly known if its behavior regresses in the future. Since testing may affect how your code is architected, it's highly recommended to plan for a testing early and to ensure good coverage as your application evolves. This introductory section provides a quick overview of various testing strategies for applications using EF Core.
Testing is an important concern to almost all application types - it allows you to be sure your application works correctly, and makes it instantly known if its behavior regresses in the future. Since testing may affect how your code is architected, it's highly recommended to plan for testing early and to ensure good coverage as your application evolves. This introductory section provides a quick overview of various testing strategies for applications using EF Core.

## Involving the database (or not)

Expand Down

0 comments on commit 5a4e328

Please sign in to comment.