fix typo in node section

This commit is contained in:
Mike Greiling 2017-02-16 14:26:39 -06:00
parent 812e7e482e
commit e25f1a0a85

View file

@ -55,7 +55,7 @@ GitLab now runs [webpack](http://webpack.js.org) to compile frontend assets and
it has a minimum requirement of node v4.3.0. it has a minimum requirement of node v4.3.0.
You can check which version you are running with `node -v`. If you are running You can check which version you are running with `node -v`. If you are running
a version older than `v4.3.0` you will should update to a newer version. You a version older than `v4.3.0` you will need to update to a newer version. You
can find instructions to install from community maintained packages or compile can find instructions to install from community maintained packages or compile
from source at the nodejs.org website. from source at the nodejs.org website.