Skip to content
This repository was archived by the owner on Feb 7, 2023. It is now read-only.

Commit 39e8603

Browse files
committed
Merge pull request #231 from mattweb/master
Fix typo
2 parents ff31431 + ec0ca59 commit 39e8603

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

core/source/_patterns/00-atoms/02-text/03-inline-elements.mustache

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,5 +37,5 @@
3737

3838
<p><samp>This is sample output from a computer program</samp></p>
3939

40-
<p>The <var>variarble element</var>, such as <var>x</var> = <var>y</var></p>
41-
</div><!--end .text-->
40+
<p>The <var>variable element</var>, such as <var>x</var> = <var>y</var></p>
41+
</div><!--end .text-->

core/styleguide/html/styleguide.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -343,7 +343,7 @@ <h2 class="sg-pattern-head" ><a href="../../patterns/00-atoms-02-text-05-inline-
343343

344344
<p><samp>This is sample output from a computer program</samp></p>
345345

346-
<p>The <var>variarble element</var>, such as <var>x</var> = <var>y</var></p>
346+
<p>The <var>variable element</var>, such as <var>x</var> = <var>y</var></p>
347347
</div><!--end .text-->
348348
<div class="sg-code" style="display: none">
349349
<h3 class="sg-code-head">HTML</h3>
@@ -388,7 +388,7 @@ <h3 class="sg-code-head">HTML</h3>
388388

389389
&lt;p&gt;&lt;samp&gt;This is sample output from a computer program&lt;/samp&gt;&lt;/p&gt;
390390

391-
&lt;p&gt;The &lt;var&gt;variarble element&lt;/var&gt;, such as &lt;var&gt;x&lt;/var&gt; = &lt;var&gt;y&lt;/var&gt;&lt;/p&gt;
391+
&lt;p&gt;The &lt;var&gt;variable element&lt;/var&gt;, such as &lt;var&gt;x&lt;/var&gt; = &lt;var&gt;y&lt;/var&gt;&lt;/p&gt;
392392
&lt;/div&gt;&lt;!--end .text--&gt;
393393
</code>
394394
</pre>

0 commit comments

Comments
 (0)