Skip to content

Commit b1aacba

Browse files
HairyRabbitsokra
authored andcommitted
mistake (webpack#2703)
1 parent 9f999a3 commit b1aacba

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

examples/web-worker/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -189,7 +189,7 @@ onmessage = function(event) {
189189
/******/ ]);
190190
```
191191

192-
# js/0.[hash].worker.hs
192+
# js/0.[hash].worker.js
193193

194194
``` javascript
195195
webpackChunk([0],[
@@ -336,4 +336,4 @@ Child worker:
336336
chunk {1} hash.worker.js (main) 168 bytes [rendered]
337337
> main [1] ./worker.js
338338
[1] ./worker.js 168 bytes {1} [built]
339-
```
339+
```

examples/web-worker/template.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
{{js/hash.worker.js}}
2424
```
2525

26-
# js/0.[hash].worker.hs
26+
# js/0.[hash].worker.js
2727

2828
``` javascript
2929
{{js/0.hash.worker.js}}
@@ -41,4 +41,4 @@
4141

4242
```
4343
{{min:stdout}}
44-
```
44+
```

0 commit comments

Comments
 (0)