Skip to content

Commit

Permalink
Update README.md (jakearchibald#221)
Browse files Browse the repository at this point in the history
a small typo fix that gives me the honor of having participated in this awesome project
  • Loading branch information
WellspringCS authored May 9, 2021
1 parent eabd305 commit a335694
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -246,7 +246,7 @@ await Promise.all([
]);
```

If you're writing to the database, `tx.done` is the signal that everything was successfully committed to the database. However, it's still beneficial to await the individual operations, as you'll see the error that caused the transition to fail.
If you're writing to the database, `tx.done` is the signal that everything was successfully committed to the database. However, it's still beneficial to await the individual operations, as you'll see the error that caused the transaction to fail.

## `IDBCursor` enhancements

Expand Down

0 comments on commit a335694

Please sign in to comment.