Skip to content

Commit 2a9e7a5

Browse files
committed
Editorial: use more idiomatic "if ..., then ..." phrasing
1 parent eedfcc0 commit 2a9e7a5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

fullscreen.bs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -273,7 +273,7 @@ when invoked, must run these steps:
273273
<li><p>Return <var>promise</var>, and run the remaining steps <a>in parallel</a>.
274274

275275
<li>
276-
<p>If <var>error</var> is false: Resize <var>pendingDoc</var>'s
276+
<p>If <var>error</var> is false, then resize <var>pendingDoc</var>'s
277277
<a>top-level browsing context</a>'s <a>active document</a>'s viewport's dimensions, optionally
278278
taking into account <var>options</var>'s <code>navigationUI</code> member:
279279
<!-- cross-process -->

0 commit comments

Comments
 (0)