Skip to content

Commit b68c5b9

Browse files
toBeTheLightkazupon
authored andcommitted
Fix typos (#865)
* docs: fix typo * chore: fix typo
1 parent a489803 commit b68c5b9

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

packages/@vue/cli-plugin-pwa/__tests__/pwaPlugin.spec.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ test('pwa', async () => {
3333
expect(index).toMatch(/<link rel=preload [^>]+vendor[^>]+\.js>/)
3434
// should not preload manifest because it's inlined
3535
expect(index).not.toMatch(/<link rel=preload [^>]+manifest[^>]+\.js>/)
36-
// should inline manifest and wepback runtime
36+
// should inline manifest and webpack runtime
3737
expect(index).toMatch('webpackJsonp')
3838

3939
// PWA specific directives

packages/@vue/cli-plugin-unit-mocha/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626

2727
Default files matches are: any files in `test/unit` that end in `.spec.(ts|js)`.
2828

29-
All [mocha-wepback command line options](http://zinserjan.github.io/mocha-webpack/docs/installation/cli-usage.html) are also supported.
29+
All [mocha-webpack command line options](http://zinserjan.github.io/mocha-webpack/docs/installation/cli-usage.html) are also supported.
3030

3131
## Configuration
3232

packages/@vue/cli-service/__tests__/build.spec.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ test('build', async () => {
2929
expect(index).toMatch(/<link rel=preload [^>]+vendor[^>]+\.js>/)
3030
// should not preload manifest because it's inlined
3131
expect(index).not.toMatch(/<link rel=preload [^>]+manifest[^>]+\.js>/)
32-
// should inline manifest and wepback runtime
32+
// should inline manifest and webpack runtime
3333
expect(index).toMatch('webpackJsonp')
3434

3535
const port = await portfinder.getPortPromise()

0 commit comments

Comments
 (0)