From be909876e9e84dfd41bc0cac888d773df71c9fc0 Mon Sep 17 00:00:00 2001 From: Giampaolo Bellavite Date: Sun, 14 Jan 2018 21:30:03 +0100 Subject: [PATCH] Don't make assumptions about what the reader knows "As you may already know" may could discourage the reader. --- src/content/guides/getting-started.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/content/guides/getting-started.md b/src/content/guides/getting-started.md index 055ff46c1f79..669e336cf604 100644 --- a/src/content/guides/getting-started.md +++ b/src/content/guides/getting-started.md @@ -15,7 +15,7 @@ contributors: - Vanguard90 --- -As you may already know, webpack is used to compile JavaScript modules. Once [installed](/guides/installation), you can interface with webpack either from its [CLI](/api/cli) or [API](/api/node). If you're still new to webpack, please read through the [core concepts](/concepts) and [this comparison](/comparison) to learn why you might use it over the other tools that are out in the community. +Webpack is used to compile JavaScript modules. Once [installed](/guides/installation), you can interface with webpack either from its [CLI](/api/cli) or [API](/api/node). If you're still new to webpack, please read through the [core concepts](/concepts) and [this comparison](/comparison) to learn why you might use it over the other tools that are out in the community. ## Basic Setup