Skip to content

Commit 2a8115f

Browse files
committed
Reword.
1 parent b95f22d commit 2a8115f

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

doc/Configuration/AppConfig.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -25,10 +25,10 @@ There are two things you need to accomplish in your App.config:
2525

2626
## Samples
2727

28-
In practice, maybe you can remember the connection string parameters, but
29-
**nobody** can write a correct `DbProviderFactory` entry from scratch. The
30-
originals were found via brute force search in a Microsoft Research project, and
31-
have been copied from StackOverflow ever since.
28+
In practice, nobody can remember how to write a connection string, let alone a
29+
`DbProviderFactory` entry from scratch. The originals were found via brute force
30+
search in a Microsoft Research project, and have been copied from StackOverflow
31+
ever since.
3232

3333
An easy way to get a working App.config as a starting point is to use the helper
3434
NuGet package for your backend, which will also install the appropriate ADO.NET

0 commit comments

Comments
 (0)