Skip to content

Commit

Permalink
Merge pull request #261 from jrobinson2/gh-pages
Browse files Browse the repository at this point in the history
Fixed a typo.
  • Loading branch information
eglaysher committed Jun 30, 2017
2 parents 85799e8 + 6161e33 commit d75bd35
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion jsguide.html
Expand Up @@ -1516,7 +1516,7 @@ <h4 id="features-strings-no-line-continuations">5.6.3 No line continuations</h4>
<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>

Expand Down

0 comments on commit d75bd35

Please sign in to comment.