Skip to content

Commit e2bc108

Browse files
andrewl64montogeek
authored andcommitted
fix(configuration): Grammar correction in Line 401 of the configuration 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`.
1 parent c46a234 commit e2bc108

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/content/concepts/index.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ To get started you only need to understand its __Core Concepts__:
3636

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

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

4141
- [Manually Bundling an Application](https://www.youtube.com/watch?v=UNMkLHzofQI)
4242
- [Live Coding a Simple Module Bundler](https://www.youtube.com/watch?v=Gc9-7PBqOC8)

src/content/configuration/index.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -398,7 +398,7 @@ __package.json__
398398

399399
## Configuration file generators
400400

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

403403
[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.
404404

0 commit comments

Comments
 (0)