Skip to content

Commit

Permalink
Fix simple typo: expoed -> exposed
Browse files Browse the repository at this point in the history
Closes Kozea#139
  • Loading branch information
timgates42 committed Dec 11, 2019
1 parent 14d9424 commit 9a4ef55
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -261,7 +261,7 @@ like this:
1. Start `wdb.server.py ` running in a container and expose port `1984` to your
host computer, this will server the debugging web server.
2. Start debugging in your app container, making sure to set `WDB_SOCKET_SERVER`
to the address of the server container, and point it to the expoed port
to the address of the server container, and point it to the exposed port
`19840` on that server.
3. When a trace is reached, open up `http://<your-docker-hostname>:1984`

Expand Down

0 comments on commit 9a4ef55

Please sign in to comment.