From 290833dee8e893ecbe1582d4e23fbf0aeb2600e8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C9=AF=CE=BBrv=C2=AC?= Date: Wed, 15 Apr 2020 17:11:20 +0100 Subject: [PATCH] Fix typo in README (#178) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 6b8db15..573ec30 100644 --- a/README.md +++ b/README.md @@ -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`