We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f0e61a7 commit bd649f0Copy full SHA for bd649f0
Readme.md
@@ -44,7 +44,7 @@ Features
44
--------
45
Dapper is a [NuGet library](https://www.nuget.org/packages/Dapper) that you can add in to your project that will enhance your ADO.NET connections via
46
extension methods on your `DbConnection` instance. This provides a simple and efficient API for invoking SQL, with support for both synchronous and
47
-asynchronous data access, and allows bother buffered and non-buffered queries.
+asynchronous data access, and allows both buffered and non-buffered queries.
48
49
It provides multiple helpers, but the key APIs are:
50
0 commit comments