Merge pull request #261 from jrobinson2/gh-pages

Fixed a typo.
This commit is contained in:
Elliot Glaysher 2017-06-29 23:25:26 -07:00 committed by GitHub
commit d75bd35c8f

View File

@ -1516,7 +1516,7 @@ after the slash, and is less obvious to readers.</p>
<p>Instead, write</p>
<pre><code class="language-js prettyprint">const longString = 'This is a very long string that far exceeds the 80 ' +
'column limit. It does not contains long stretches of spaces since ' +
'column limit. It does not contain long stretches of spaces since ' +
'the concatenated strings are cleaner.';
</code></pre>