Skip to content

Commit

Permalink
Editorial: use more idiomatic "if ..., then ..." phrasing
Browse files Browse the repository at this point in the history
  • Loading branch information
foolip committed Sep 12, 2019
1 parent eedfcc0 commit 2a9e7a5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fullscreen.bs
Original file line number Diff line number Diff line change
Expand Up @@ -273,7 +273,7 @@ when invoked, must run these steps:
<li><p>Return <var>promise</var>, and run the remaining steps <a>in parallel</a>.

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

0 comments on commit 2a9e7a5

Please sign in to comment.