summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Greiling <mike@pixelcog.com>2017-02-16 14:26:39 -0600
committerMike Greiling <mike@pixelcog.com>2017-02-16 14:26:39 -0600
commite25f1a0a85e703acf417d92048bf9628c6b39ee9 (patch)
tree4361e0de5758e4f357d09a1286aa62f375a04cb2
parent812e7e482eb48876a2decdf02cee37f24374f65b (diff)
downloadgitlab-ce-fix-8.17-upgrade-process.tar.gz
fix typo in node sectionfix-8.17-upgrade-process
-rw-r--r--doc/update/8.16-to-8.17.md2
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.