Skip to content

Commit de47b7c

Browse files
committed
Editorial: fix passing wrong exception
1 parent 5975618 commit de47b7c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -480,7 +480,7 @@ <h2>
480480
<li data-tests="lock-basic.html">If |document|'s
481481
{{Document/[[orientationPendingPromise]]}} is not `null`, [=reject
482482
and nullify the current lock promise=] of |document| with an
483-
{{"AbortError"}} {{DOMException}}.
483+
{{"AbortError"}}.
484484
</li>
485485
<li data-tests="lock-basic.html">Set |document|'s
486486
{{Document/[[orientationPendingPromise]]}} to [=a new promise=].

0 commit comments

Comments
 (0)