Skip to content

Commit

Permalink
Fix "overriden" typo (#806)
Browse files Browse the repository at this point in the history
  • Loading branch information
TimothyGu authored and bzbarsky committed Sep 26, 2019
1 parent 8450ca2 commit 3f89daf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.bs
Expand Up @@ -11148,7 +11148,7 @@ default interfaces do not have such steps.
with [=identifier=] |id| and in [=Realm=] |realm|
is <dfn lt="create an interface object">created</dfn> as follows:

1. Let |steps| be |I|'s [=overriden constructor steps=] if they exist, or
1. Let |steps| be |I|'s [=overridden constructor steps=] if they exist, or
the following steps otherwise:
1. If |I| was not declared with a [=constructor operation=],
then [=ECMAScript/throw=] a {{ECMAScript/TypeError}}.
Expand Down

0 comments on commit 3f89daf

Please sign in to comment.