Skip to content

Grammar correction in Line 401 of the configuration page #2772

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Jan 19, 2019
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/content/concepts/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ To get started you only need to understand its __Core Concepts__:

This document is intended to give a __high-level__ overview of these concepts, while providing links to detailed concept specific use cases.

For a better understanding of the ideas behind module bundlers and how they work under the hood consult these resources:
For a better understanding of the ideas behind module bundlers and how they work under the hood, consult these resources:

- [Manually Bundling an Application](https://www.youtube.com/watch?v=UNMkLHzofQI)
- [Live Coding a Simple Module Bundler](https://www.youtube.com/watch?v=Gc9-7PBqOC8)
Expand Down
2 changes: 1 addition & 1 deletion src/content/configuration/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -398,7 +398,7 @@ __package.json__

## Configuration file generators

Want to rapidly generate webpack configuration file for your project requirements with few clicks away?
Want to rapidly generate webpack configuration file for your project requirements with just a few clicks away?

[Generate Custom Webpack Configuration](https://generatewebpackconfig.netlify.com/) is an interactive portal you can play around by selecting custom webpack configuration options tailored for your frontend project. It automatically generates a minimal webpack configuration based on your selection of loaders/plugins, etc.

Expand Down