diff --git a/src/content/concepts/index.md b/src/content/concepts/index.md index d235212052a6..dbb93c4bb0fc 100644 --- a/src/content/concepts/index.md +++ b/src/content/concepts/index.md @@ -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) diff --git a/src/content/configuration/index.md b/src/content/configuration/index.md index 9f8f72822df1..5565653b3183 100644 --- a/src/content/configuration/index.md +++ b/src/content/configuration/index.md @@ -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.