Skip to content

Commit 5a4e328

Browse files
authored
Fix minor grammatical error (#4143)
Remove a stray "a" from a sentence to make it read better.
1 parent 714edde commit 5a4e328

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

entity-framework/core/testing/index.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ uid: core/testing/index
77
---
88
# Testing EF Core Applications
99

10-
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.
10+
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.
1111

1212
## Involving the database (or not)
1313

0 commit comments

Comments
 (0)