Skip to content

Commit fcc56ef

Browse files
authored
Merge pull request #1075 from Huntario/patch-1
Make intro sentence more concise and useful.
2 parents de64b67 + 17474a6 commit fcc56ef

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

content/concepts/index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,9 @@ contributors:
88
- johnstew
99
---
1010

11-
*webpack* is a _module bundler_ for modern JavaScript applications. It is [incredibly configurable](/configuration), however, there are **Four Core Concepts** we feel you should understand before you get started!
11+
*webpack* is a _module bundler_ for modern JavaScript applications. It is [incredibly configurable](/configuration), but to get started you only need to understand **Four Core Concepts**: entry, output, loaders, and plugins.
1212

13-
As part of your webpack learning journey, we wrote this document aimed to give you a **high-level** overview of these concepts, while still providing links to concept specific use-cases.
13+
This document is intended to give a **high-level** overview of these concepts, while providing links to detailed concept specific use-cases.
1414

1515
## Entry
1616

0 commit comments

Comments
 (0)