mirror of
https://github.com/tiennm99/styleguide.git
synced 2026-08-06 14:24:59 +00:00
Fixed a typo.
This commit is contained in:
+1
-1
@@ -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>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user