Skip to content

Commit 25901c4

Browse files
authored
Fixing typos in Readme.md
Regarding line 265 - The possessive should be on webpack and not on repos. The simplified sentence will be 'one of the many repositories of webpack'. Other changes only enhance the readability of the readme.
1 parent 6ff0fbd commit 25901c4

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ within webpack itself use this plugin interface. This makes webpack very
8383
|:--:|:----:|:----------|
8484
|[common-chunks-webpack-plugin][common]|![common-npm]|Generates chunks of common modules shared between entry points and splits them into separate bundles (e.g vendor.bundle.js && app.bundle.js)|
8585
|[extract-text-webpack-plugin][extract]|![extract-npm]|Extracts Text (CSS) from your bundles into a separate file (app.bundle.css)|
86-
|[compression-webpack-plugin][compression]|![compression-npm]|Prepare compressed versions of assets to serve them with Content-Encoding|
86+
|[compression-webpack-plugin][compression]|![compression-npm]|Prepares compressed versions of assets to serve them with Content-Encoding|
8787
|[i18n-webpack-plugin][i18n]|![i18n-npm]|Adds i18n support to your bundles|
8888
|[html-webpack-plugin][html-plugin]|![html-plugin-npm]| Simplifies creation of HTML files (`index.html`) to serve your bundles|
8989

@@ -115,7 +115,7 @@ or are automatically applied via regex from your webpack configuration.
115115
|Name|Status|Description|
116116
|:--:|:----:|:----------|
117117
|[raw-loader][raw]|![raw-npm]|Loads raw content of a file (utf-8)|
118-
|[val-loader][val]|![val-npm]|Executes code as module and consider exports as JS code|
118+
|[val-loader][val]|![val-npm]|Executes code as module and considers exports as JS code|
119119
|[url-loader][url]|![url-npm]|Works like the file loader, but can return a Data Url if the file is smaller than a limit|
120120
|[file-loader][file]|![file-npm]|Emits the file into the output folder and returns the (relative) url|
121121

@@ -146,7 +146,7 @@ or are automatically applied via regex from your webpack configuration.
146146

147147
|Name|Status|Description|
148148
|:--:|:----:|:----------|
149-
|<a href="https://github.com/webpack/script-loader">`<script>`</a>|![script-npm]|Executes a JavaScript file once in global context (like in script tag), requires are not parsed|
149+
|<a href="https://github.com/webpack/script-loader">`<script>`</a>|![script-npm]|Executes a JavaScript file once in global context (like in script tag), `require()`s are not parsed|
150150
|<a href="https://github.com/babel/babel-loader"><img width="48" height="48" title="babel-loader" src="https://worldvectorlogo.com/logos/babel-10.svg"></a>|![babel-npm]|Loads ES2015+ code and transpiles to ES5 using <a href="https://github.com/babel/babel">Babel</a>|
151151
|<a href="https://github.com/jupl/traceur-loader"><img width="48" height="48" src="https://google.github.com/traceur-compiler/logo/tc.svg"></a>|![traceur-npm]|Loads ES2015+ code and transpiles to ES5 using [Traceur](https://github.com/google/traceur-compiler)|
152152
|<a href="https://github.com/TypeStrong/ts-loader"><img width="48" height="48" src="https://cdn.rawgit.com/Microsoft/TypeScript/master/doc/logo.svg"></a>|![type-npm]|Loads TypeScript like JavaScript|
@@ -163,7 +163,7 @@ or are automatically applied via regex from your webpack configuration.
163163

164164
|Name|Status|Description|
165165
|:--:|:----:|:----------|
166-
|<a href="https://github.com/webpack/html-loader"><img width="48" height="48" src="https://worldvectorlogo.com/logos/html5.svg"></a>|![html-npm]|Exports HTML as string, require references to static resources|
166+
|<a href="https://github.com/webpack/html-loader"><img width="48" height="48" src="https://worldvectorlogo.com/logos/html5.svg"></a>|![html-npm]|Exports HTML as string, requires references to static resources|
167167
|<a href="https://github.com/pugjs/pug-loader"><img width="48" height="48" src="https://cdn.rawgit.com/pugjs/pug-logo/master/SVG/pug-final-logo-_-colour-128.svg"></a>|![pug-npm]|Loads Pug templates and returns a function|
168168
|<a href="https://github.com/webpack/jade-loader"><img width="48" height="48" src="https://worldvectorlogo.com/logos/jade-3.svg"></a>|![jade-npm]|Loads Jade templates and returns a function|
169169
|<a href="https://github.com/peerigon/markdown-loader"><img width="48" height="48" src="https://worldvectorlogo.com/logos/markdown.svg"></a>|![md-npm]|Compiles Markdown to HTML|
@@ -262,7 +262,7 @@ Contributions go far beyond pull requests and commits. Although we love giving y
262262
* Adding unit, or functional tests
263263
* Triaging GitHub issues -- especially determining whether an issue still persists or is reproducible.
264264
* [Searching #webpack on twitter](https://twitter.com/search?q=webpack) and helping someone else who needs help
265-
* Teaching others how to contribute to one of the many webpack repo's!
265+
* Teaching others how to contribute to one of the many webpack's repos!
266266
* [Blogging, speaking about, or creating tutorials](https://github.com/webpack-contrib/awesome-webpack) about one of webpack's many features.
267267
* Helping others in our webpack [gitter channel](https://gitter.im/webpack/webpack).
268268

0 commit comments

Comments
 (0)