diff --git a/index.bs b/index.bs index e8e8b3a..7460be4 100644 --- a/index.bs +++ b/index.bs @@ -5944,7 +5944,7 @@ with |targetRealm|, |store|, |range|, |kind| and optional |count|, run these ste 1. Let |key| be the result of running [=convert a key to a value=] with |record|'s key. 1. Let |serialized| be |record|'s [=/value=]. 1. Let |value| be [=!=] StructuredDeserialize(|serialized|, |targetRealm|). - 1. [=list/Append=] « |key|, |value| » convered to a [=sequence<any>=] to |list|. + 1. [=list/Append=] « |key|, |value| » converted to a [=sequence<any>=] to |list|. @@ -6027,7 +6027,7 @@ To retrieve multiple items from an index with 1. Let |indexKey| be the result of running [=convert a key to a value=] with |record|'s key. 1. Let |serialized| be |record|'s [=referenced value=]. 1. Let |value| be [=!=] StructuredDeserialize(|serialized|, |targetRealm|). - 1. [=list/Append=] « |key|, |value|, |indexKey| » convered to a [=sequence<any>=] to |list|. + 1. [=list/Append=] « |key|, |value|, |indexKey| » converted to a [=sequence<any>=] to |list|.