Skip to content

Commit 5d17458

Browse files
authored
Minor Grammer fixes to docs (#3521)
1 parent 8f8ff4c commit 5d17458

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

src/content/guides/installation.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ If you are enthusiastic about using the latest that webpack has to offer, you ca
6868

6969
``` bash
7070
npm install --save-dev webpack@next
71-
# or specific tag/branch
71+
# or a specific tag/branch
7272
npm install --save-dev webpack/webpack#<tagname/branchname>
7373
```
7474

src/content/guides/progressive-web-application.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ precache-manifest.b5ca1c555e832d6fbf9462efd29d27eb.js 268 bytes [emitt
111111
...
112112
```
113113

114-
As you can see, we now have 2 extra files being generated; `service-worker.js` and the more verbose `precache-manifest.b5ca1c555e832d6fbf9462efd29d27eb.js`. `service-worker.js` is the Service Worker file and `precache-manifest.b5ca1c555e832d6fbf9462efd29d27eb.js` is a file that `service-worker.js` requires so it can run. Your own generated files will likely be different; but you should have an `service-worker.js` file there.
114+
As you can see, we now have 2 extra files being generated; `service-worker.js` and the more verbose `precache-manifest.b5ca1c555e832d6fbf9462efd29d27eb.js`. `service-worker.js` is the Service Worker file and `precache-manifest.b5ca1c555e832d6fbf9462efd29d27eb.js` is a file that `service-worker.js` requires so it can run. Your own generated files will likely be different; but you should have a `service-worker.js` file there.
115115

116116
So we're now at the happy point of having produced a Service Worker. What's next?
117117

src/content/plugins/ignore-plugin.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ contributors:
99
- iamakulov
1010
---
1111

12-
IgnorePlugin prevents generation of modules for `import` or `require` calls matching the regular expressions or filter functions:
12+
IgnorePlugin prevents the generation of modules for `import` or `require` calls matching the regular expressions or filter functions:
1313

1414
## Using regular expressions
1515

0 commit comments

Comments
 (0)