From 42ee7028e204b2894bac2362b827490606ee7070 Mon Sep 17 00:00:00 2001 From: Pylyp Borysov Date: Thu, 12 Mar 2020 10:04:15 +0200 Subject: [PATCH] Fix typo in README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index cb73b62..609d2ca 100755 --- a/README.md +++ b/README.md @@ -86,7 +86,7 @@ const { ${1:name} } = ${2:value} const ${1:name} = await ${2:value} ``` -#### `cd⇥` const from destructuring awaited +#### `cda⇥` const from destructuring awaited ```js const { ${1:name} } = await ${2:value}