Skip to content

Commit fedcc49

Browse files
correct a spelling mistake (#140) [skip ci]
Correct a spelling mistake.
1 parent 7bcb370 commit fedcc49

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -359,7 +359,7 @@ The function signature looks like this:
359359
`async each (sql, [...params], callback)`
360360

361361
- `callback(err, row)` is triggered when the database has a row to return
362-
- The promise resolves when all rows have returned with the number or rows returned.
362+
- The promise resolves when all rows have returned with the number of rows returned.
363363

364364
```typescript
365365
const rowsCount = await db.each(

0 commit comments

Comments
 (0)