Skip to content

Commit 94dd2f1

Browse files
authored
fix(concepts): small grammatical edit
- Edit usage of parentheses for clarity
1 parent 6e0e561 commit 94dd2f1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/content/concepts/index.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ For a better understanding of the ideas behind module bundlers and how they work
4949

5050
An **entry point** indicates which module webpack should use to begin building out its internal [dependency graph](/concepts/dependency-graph/). Webpack will figure out which other modules and libraries that entry point depends on (directly and indirectly).
5151

52-
By default its value is `./src/index.js`, but you can specify a different (or multiple entry points) by setting an [`entry` property in the webpack configuration](/configuration/entry-context/#entry). For example:
52+
By default its value is `./src/index.js`, but you can specify a different (or multiple) entry points by setting an [`entry` property in the webpack configuration](/configuration/entry-context/#entry). For example:
5353

5454
**webpack.config.js**
5555

0 commit comments

Comments
 (0)