diff --git a/core/source/_patterns/00-atoms/02-text/03-inline-elements.mustache b/core/source/_patterns/00-atoms/02-text/03-inline-elements.mustache index dd4ff1f39..47aaa8928 100644 --- a/core/source/_patterns/00-atoms/02-text/03-inline-elements.mustache +++ b/core/source/_patterns/00-atoms/02-text/03-inline-elements.mustache @@ -37,5 +37,5 @@

This is sample output from a computer program

-

The variarble element, such as x = y

- \ No newline at end of file +

The variable element, such as x = y

+ diff --git a/core/styleguide/html/styleguide.html b/core/styleguide/html/styleguide.html index c62f30565..3c15de487 100644 --- a/core/styleguide/html/styleguide.html +++ b/core/styleguide/html/styleguide.html @@ -343,7 +343,7 @@

HTML

@@ -388,7 +388,7 @@

HTML

<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-->