We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 85799e8 + 6161e33 commit d75bd35Copy full SHA for d75bd35
jsguide.html
@@ -1516,7 +1516,7 @@ <h4 id="features-strings-no-line-continuations">5.6.3 No line continuations</h4>
1516
<p>Instead, write</p>
1517
1518
<pre><code class="language-js prettyprint">const longString = 'This is a very long string that far exceeds the 80 ' +
1519
- 'column limit. It does not contains long stretches of spaces since ' +
+ 'column limit. It does not contain long stretches of spaces since ' +
1520
'the concatenated strings are cleaner.';
1521
</code></pre>
1522
0 commit comments