From 537d10759545e2d5f6c81688030263e4f41f71c7 Mon Sep 17 00:00:00 2001 From: Sibiraj Date: Mon, 24 Sep 2018 15:03:42 +0530 Subject: [PATCH] docs(installation): fix typo --- src/content/guides/installation.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/content/guides/installation.md b/src/content/guides/installation.md index 663af022c76a..e65466b676ce 100644 --- a/src/content/guides/installation.md +++ b/src/content/guides/installation.md @@ -6,12 +6,13 @@ contributors: - bebraw - simon04 - EugeneHlushko + - sibiraj-s --- This guide goes through the various methods used to install webpack. -## Pre-requisites +## Prerequisites Before we begin, make sure you have a fresh version of [Node.js](https://nodejs.org/en/) installed. The current Long Term Support (LTS) release is an ideal starting point. You may run into a variety of issues with the older versions as they may be missing functionality webpack and/or its related packages require.