Skip to content

Commit 2ea4ec1

Browse files
fstrrmbgower
andauthored
G224: fix two typos and a broken link (#4512)
Closes #4511 sizies → sizes modigy → modify removed the `.html` from the reflow indenting link Co-authored-by: Mike Gower <[email protected]>
1 parent 22b9056 commit 2ea4ec1

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
@@ -124,7 +124,7 @@ <h2>Examples</h2>
124124
&lt;/body>
125125
&lt;/html>
126126
</pre>
127-
<p>The indentation of code blocks like these could be adjusted at different viewport sizies, via a CSS Media Query.</p>
127+
<p>The indentation of code blocks like these could be adjusted at different viewport sizes, via a CSS Media Query.</p>
128128
<pre>
129129
@media screen and ( min-width: 320px ) {
130130
pre {
@@ -144,7 +144,7 @@ <h2>Examples</h2>
144144
}
145145
}
146146
</pre>
147-
<p>A working example of <a href="../../working-examples/reflow-indenting.html">code snippets using CSS to modigy indentation width at different breakpoints</a>.
147+
<p>A working example of <a href="../../working-examples/reflow-indenting">code snippets using CSS to modify indentation width at different breakpoints</a>.
148148
</section>
149149
</section>
150150

0 commit comments

Comments
 (0)