Skip to content

Commit 1388d95

Browse files
fstrrmbgower
andauthored
fix "equivalent" typo (#4421)
Co-authored-by: Mike Gower <[email protected]>
1 parent 7bb2bea commit 1388d95

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

techniques/general/G224.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,7 @@ <h2>Tests</h2>
153153
<section class="procedure"><h3>Procedure for list example</h3>
154154
<ol>
155155
<li>Display the web page in a user agent where the page can be zoomed, or the user agent can be resized.</li>
156-
<li>Zoom in or resize the browser window so that the viewport is equivallent to 320 CSS pixels wide.</li>
156+
<li>Zoom in or resize the browser window so that the viewport is equivalent to 320 CSS pixels wide.</li>
157157
<li>The list content fits within the width so that it is only necessary so scroll vertically to read the list.</li>
158158
<li>Or, each nested list can be horizontally scrolled into view. Only vertical scrolling is necessary to read the content of list items within each specific nested list level.</li>
159159
</ol>
@@ -167,7 +167,7 @@ <h2>Tests</h2>
167167
<section class="procedure"><h3>Procedure for code snippets</h3>
168168
<ol>
169169
<li>Display the web page in a user agent where the page can be zoomed, or the user agent can be resized.</li>
170-
<li>Zoom in or resize the browser window so that the viewport is equivallent to 320 CSS pixels wide.</li>
170+
<li>Zoom in or resize the browser window so that the viewport is equivalent to 320 CSS pixels wide.</li>
171171
<li>The code snippets fits within the width so that it is only necessary so scroll vertically to read each line of code.</li>
172172
<li>Or, for code where non-wrapping lines are not essential, the code wraps or a mechanism is provided to allow line wrapping.</li>
173173
<li>Or, the indentation and linebreaks are meaningful to the code language.

0 commit comments

Comments
 (0)