Skip to content

Commit 54db2f3

Browse files
blairt001Maledong
authored andcommitted
Fix:Typo Error for the beginning character in lowercase (#2196)
Just a simple character change to use upper case for the beginning character in 'index.md'.
1 parent 148500b commit 54db2f3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

locale/en/docs/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ This documentation describes the built-in modules provided by Node.js. It does n
3131
<li><a href="https://nodejs.org/docs/latest-v4.x/api/">Node.js 4.x</a></li>
3232
<li><a href="https://nodejs.org/docs/latest-v0.12.x/api/">Node.js 0.12.x</a></li>
3333
<li><a href="https://nodejs.org/docs/latest-v0.10.x/api/">Node.js 0.10.x</a></li>
34-
<li><a href="https://nodejs.org/docs/">all versions</a></li>
34+
<li><a href="https://nodejs.org/docs/">All versions</a></li>
3535
</ul>
3636
</div>
3737

0 commit comments

Comments
 (0)