Skip to content

Commit

Permalink
Fix typo in README (jakearchibald#178)
Browse files Browse the repository at this point in the history
  • Loading branch information
mlrv authored Apr 15, 2020
1 parent 54c8ec7 commit 290833d
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 @@ -96,7 +96,7 @@ await deleteDB(name, {
```

- `name`: Name of the database.
- `blocked` (optional): Called if the database already exists and there are open connections that don’t close in response to a versionchange event, the request will be blocked until all they close.
- `blocked` (optional): Called if the database already exists and there are open connections that don’t close in response to a versionchange event, the request will be blocked until they all close.

## `unwrap`

Expand Down

0 comments on commit 290833d

Please sign in to comment.