Skip to content

Commit

Permalink
fix(configuration): Grammar correction in Line 401 of the configurati…
Browse files Browse the repository at this point in the history
…on page (#2772)

* Grammar correction in Line 401

Grammar correction in Line 401 changing "with few clicks away" to "with just a few clicks away".

* Added punctuation: Line 39 of `/concepts/index.md`

Grammar Correction: Added proper punctuation in Line 39 of `/concepts/index.md`.
  • Loading branch information
andrewl64 authored and montogeek committed Jan 19, 2019
1 parent c46a234 commit e2bc108
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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

0 comments on commit e2bc108

Please sign in to comment.