Skip to content

Commit 17474a6

Browse files
authored
Replace "&" with "and"
1 parent 24a3377 commit 17474a6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/concepts/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ contributors:
88
- johnstew
99
---
1010

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, & plugins.
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

1313
This document is intended to give a **high-level** overview of these concepts, while providing links to detailed concept specific use-cases.
1414

0 commit comments

Comments
 (0)