Skip to content

Commit d98942d

Browse files
authored
Typo: update prerequisites.html (#29616)
Small typo in prerequisites page. > if you follow this rule **you** code will match... switched to > if you follow this rule **your** code will match...
1 parent 7825616 commit d98942d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

manual/en/prerequisites.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -271,7 +271,7 @@ <h1 id="learn-javascript-coding-conventions-">Learn JavaScript coding convention
271271
<p>While you're welcome to format your code any way you chose there is at least one
272272
convention you should be aware of. Variables, function names, method names, in
273273
JavaScript are all lowerCasedCamelCase. Constructors, the names of classes are
274-
CapitalizedCamelCase. If you follow this rule you code will match most other
274+
CapitalizedCamelCase. If you follow this rule your code will match most other
275275
JavaScript. Many <a href="https://eslint.org">linters</a>, programs that check for obvious errors in your code,
276276
will point out errors if you use the wrong case since by following the convention
277277
above they can know when you're using something incorrectly.</p>

0 commit comments

Comments
 (0)