Skip to content

Commit

Permalink
Update code-splitting.md (setup → set up) (reactjs#3643)
Browse files Browse the repository at this point in the history
(`setup` is the noun form and `set up` is the verb form.)
  • Loading branch information
Bryn Dyment authored Apr 20, 2021
1 parent 8e0ed8f commit 420c397
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion content/docs/code-splitting.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ console.log(add(16, 26)); // 42
If you're using [Create React App](https://create-react-app.dev/), [Next.js](https://nextjs.org/), [Gatsby](https://www.gatsbyjs.org/), or a similar tool, you will have a Webpack setup out of the box to bundle your app.

If you aren't, you'll need to setup bundling yourself. For example, see the [Installation](https://webpack.js.org/guides/installation/) and [Getting Started](https://webpack.js.org/guides/getting-started/) guides on the Webpack docs.
If you aren't, you'll need to set up bundling yourself. For example, see the [Installation](https://webpack.js.org/guides/installation/) and [Getting Started](https://webpack.js.org/guides/getting-started/) guides on the Webpack docs.

## Code Splitting {#code-splitting}

Expand Down

0 comments on commit 420c397

Please sign in to comment.