Skip to content

Commit

Permalink
fix(concepts): small grammatical edit (#6266)
Browse files Browse the repository at this point in the history
- Edit usage of parentheses for clarity
  • Loading branch information
alexownejazayeri authored Jul 12, 2022
1 parent 6e0e561 commit 8547dec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/content/concepts/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ For a better understanding of the ideas behind module bundlers and how they work

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).

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:
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:

**webpack.config.js**

Expand Down

1 comment on commit 8547dec

@vercel
Copy link

@vercel vercel bot commented on 8547dec Jul 12, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.