From 200692130c08563a153b2b4e2c0e5ede74e63508 Mon Sep 17 00:00:00 2001 From: Austin Sullivan Date: Wed, 14 Jun 2023 23:43:26 +0000 Subject: [PATCH] fix typo --- index.bs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/index.bs b/index.bs index 767517b..ae9f11a 100644 --- a/index.bs +++ b/index.bs @@ -622,7 +622,7 @@ The createSyncAccessHandle() method s 1. Let |locator| be [=this=]'s [=FileSystemHandle/locator=]. 1. Let |realm| be [=this=]'s [=relevant Realm=]. 1. Let |global| be [=this=]'s [=relevant global object=]. -1. Let |isInAnBucketFileSystem| be true if +1. Let |isInABucketFileSystem| be true if [=this=] [=FileSystemHandle/is in a bucket file system=]; otherwise false. 1. [=Enqueue the following steps=] to the [=file system queue=]: @@ -635,7 +635,7 @@ The createSyncAccessHandle() method s |accessResult|'s [=file system access result/error name=] and abort these steps. - 1. If |isInAnBucketFileSystem| is false, + 1. If |isInABucketFileSystem| is false, [=queue a storage task=] with |global| to [=/reject=] |result| with an "{{InvalidStateError}}" {{DOMException}} and abort these steps.