Skip to content

Commit

Permalink
Editorial: correct the spelling of "additionally" (whatwg#590)
Browse files Browse the repository at this point in the history
"Additionally" was spelt "additionaly" in a number of places. Fix it.
  • Loading branch information
ricea authored and tobie committed Nov 30, 2018
1 parent b0aa0b7 commit 822328f
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions index.bs
Original file line number Diff line number Diff line change
Expand Up @@ -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 <code>toJSON</code> operation can take a [{{Default}}] [=extended attribute=],
in which case the [=default toJSON operation=] is exposed instead.

Expand Down Expand Up @@ -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:

Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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 <code>stack</code> property),
it should also expose those on {{DOMException}} instances.

Expand Down

0 comments on commit 822328f

Please sign in to comment.