Skip to content

Commit 9b688e1

Browse files
authored
docs: fix typo in compression example (#3805)
1 parent c832783 commit 9b688e1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

examples/compression/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ npx webpack serve --open --compress
2929
1. The script should open `http://localhost:8080/`.
3030
2. Files being sent to the browser from the `webpack` bundle should be gzipped.
3131
3. Open the console in your browser's devtools and select the _Network_ tab.
32-
4. Find `bundle.js`. The response headers should contain `Content-Encoding: gzip`.
32+
4. Find `main.js`. The response headers should contain `Content-Encoding: gzip`.
3333

3434
## false
3535

@@ -55,7 +55,7 @@ npx webpack serve --open --no-compress
5555
1. The script should open `http://localhost:8080/`.
5656
2. Files being sent to the browser from the `webpack` bundle should be gzipped.
5757
3. Open the console in your browser's devtools and select the _Network_ tab.
58-
4. Find `bundle.js`. The response headers should not contain `Content-Encoding: gzip`.
58+
4. Find `main.js`. The response headers should not contain `Content-Encoding: gzip`.
5959

6060
## Notes
6161

0 commit comments

Comments
 (0)