From bada1478da6d0ac55cde18c8f1d888fe24cf3e5d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marcos=20C=C3=A1ceres?= Date: Fri, 15 Sep 2017 12:31:14 +1000 Subject: [PATCH] Editorial: typo --- index.bs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.bs b/index.bs index a8c345d..16f5820 100644 --- a/index.bs +++ b/index.bs @@ -870,7 +870,7 @@ spec: ecma-262; urlPrefix: http://tc39.github.io/ecma262/ 1. Query the user for write access to the clipboard. - 1. Set |writeAccess| be the updated value of the { name: "clipboard", access="write" } permission. + 1. Set |writeAccess| be the updated value of the { name: "clipboard", access: "write" } permission. 1. If |writeAccess| is "granted", then return true.