Skip to content

Commit 3f89daf

Browse files
TimothyGubzbarsky
authored andcommitted
Fix "overriden" typo (#806)
1 parent 8450ca2 commit 3f89daf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

index.bs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11148,7 +11148,7 @@ default interfaces do not have such steps.
1114811148
with [=identifier=] |id| and in [=Realm=] |realm|
1114911149
is <dfn lt="create an interface object">created</dfn> as follows:
1115011150

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

0 commit comments

Comments
 (0)