Skip to content

Commit 9a4ef55

Browse files
committed
Fix simple typo: expoed -> exposed
Closes #139
1 parent 14d9424 commit 9a4ef55

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -261,7 +261,7 @@ like this:
261261
1. Start `wdb.server.py ` running in a container and expose port `1984` to your
262262
host computer, this will server the debugging web server.
263263
2. Start debugging in your app container, making sure to set `WDB_SOCKET_SERVER`
264-
to the address of the server container, and point it to the expoed port
264+
to the address of the server container, and point it to the exposed port
265265
`19840` on that server.
266266
3. When a trace is reached, open up `http://<your-docker-hostname>:1984`
267267

0 commit comments

Comments
 (0)