1
0
mirror of https://github.com/pattern-lab/patternlab-php.git synced 2025-01-16 21:58:19 +01:00

Merge pull request #231 from mattweb/master

Fix typo
This commit is contained in:
Dave Olsen 2014-08-15 15:39:30 -04:00
commit 39e86035ee
2 changed files with 4 additions and 4 deletions

View File

@ -37,5 +37,5 @@
<p><samp>This is sample output from a computer program</samp></p>
<p>The <var>variarble element</var>, such as <var>x</var> = <var>y</var></p>
</div><!--end .text-->
<p>The <var>variable element</var>, such as <var>x</var> = <var>y</var></p>
</div><!--end .text-->

View File

@ -343,7 +343,7 @@
<p><samp>This is sample output from a computer program</samp></p>
<p>The <var>variarble element</var>, such as <var>x</var> = <var>y</var></p>
<p>The <var>variable element</var>, such as <var>x</var> = <var>y</var></p>
</div><!--end .text-->
<div class="sg-code" style="display: none">
<h3 class="sg-code-head">HTML</h3>
@ -388,7 +388,7 @@
&lt;p&gt;&lt;samp&gt;This is sample output from a computer program&lt;/samp&gt;&lt;/p&gt;
&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;
&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;
&lt;/div&gt;&lt;!--end .text--&gt;
</code>
</pre>