From 822328f770d3d261460d1d6391f0717eefad5d9b Mon Sep 17 00:00:00 2001 From: Adam Rice Date: Fri, 30 Nov 2018 17:43:23 +0900 Subject: [PATCH] Editorial: correct the spelling of "additionally" (#590) "Additionally" was spelt "additionaly" in a number of places. Fix it. --- index.bs | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/index.bs b/index.bs index 7afbe7c3..f4f9f43d 100644 --- a/index.bs +++ b/index.bs @@ -2485,7 +2485,7 @@ which returns the [=JSON type=] converted into an ECMAScript value that can be turned into a JSON string by the {{JSON.stringify()}} function. -Additionaly, in the ECMAScript language binding, +Additionally, in the ECMAScript language binding, the toJSON operation can take a [{{Default}}] [=extended attribute=], in which case the [=default toJSON operation=] is exposed instead. @@ -12382,7 +12382,7 @@ the following steps must be run as part of |obj|'s creation: 1. [=Define the regular operations=] of |interface| on |obj|, given |realm|. 1. [=Define the regular attributes=] of |interface| on |obj|, given |realm|. -Additionaly, [=platform objects=] which implement an [=interface=] +Additionally, [=platform objects=] which implement an [=interface=] which has a [{{Global}}] [=extended attribute=] get properties declaratively from: @@ -12443,7 +12443,7 @@ Support for [=getters=] is handled in [[#legacy-platform-object-getownproperty]] and for [=setters=] in [[#legacy-platform-object-defineownproperty]] and [[#legacy-platform-object-set]]. -Additionaly, [=legacy platform objects=] must have internal methods as defined in: +Additionally, [=legacy platform objects=] must have internal methods as defined in: * [[#legacy-platform-object-delete]], * [[#legacy-platform-object-preventextensions]], and @@ -13078,7 +13078,7 @@ In the ECMAScript binding, the [=interface prototype object=] for {{DOMException has its \[[Prototype]] [=internal slot=] set to the intrinsic object {{%ErrorPrototype%}}, as defined in the [=create an interface prototype object=] abstract operation. -Additionaly, if an implementation gives native {{ECMAScript/Error}} objects special powers or +Additionally, if an implementation gives native {{ECMAScript/Error}} objects special powers or nonstandard properties (such as a stack property), it should also expose those on {{DOMException}} instances.