diff options
author | Mike Greiling <mike@pixelcog.com> | 2017-02-16 14:26:39 -0600 |
---|---|---|
committer | Mike Greiling <mike@pixelcog.com> | 2017-02-16 14:26:39 -0600 |
commit | e25f1a0a85e703acf417d92048bf9628c6b39ee9 (patch) | |
tree | 4361e0de5758e4f357d09a1286aa62f375a04cb2 /doc/update/8.16-to-8.17.md | |
parent | 812e7e482eb48876a2decdf02cee37f24374f65b (diff) | |
download | gitlab-ce-e25f1a0a85e703acf417d92048bf9628c6b39ee9.tar.gz |
fix typo in node sectionfix-8.17-upgrade-process
Diffstat (limited to 'doc/update/8.16-to-8.17.md')
-rw-r--r-- | doc/update/8.16-to-8.17.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/update/8.16-to-8.17.md b/doc/update/8.16-to-8.17.md index ded5df26950..954109ba18f 100644 --- a/doc/update/8.16-to-8.17.md +++ b/doc/update/8.16-to-8.17.md @@ -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. 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 from source at the nodejs.org website. |