Skip to content

Commit 2a711c3

Browse files
authored
docs: fix typo in onListening example (#3706)
1 parent 1e87e78 commit 2a711c3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/on-listening/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,6 @@ npx webpack serve --open
2424

2525
## What Should Happen
2626

27-
1. The script should open `https://localhost:8080/` in your default browser.
27+
1. The script should open `http://localhost:8080/` in your default browser.
2828
2. You should see the text on the page itself change to read `Success!`.
2929
3. Check the terminal output, you should see `Listening on port: 8080` in the output.

0 commit comments

Comments
 (0)