summaryrefslogtreecommitdiff
path: root/docs/getting_started
diff options
context:
space:
mode:
authorMax Drosdo.www <g1ran1q@gmail.com>2020-10-22 18:17:38 +0300
committerGitHub <noreply@github.com>2020-10-22 17:17:38 +0200
commit17eaede6438ee62416468815621f19cc0567989c (patch)
treee98ebdf2dbbd8de1bbbee8ba6237a26569a4315f /docs/getting_started
parent0a2f0fe7f23a1b3ffa8dedf18694f2e5924a9880 (diff)
docs: fix command examples use outdated default file_server port (#8062)
Diffstat (limited to 'docs/getting_started')
-rw-r--r--docs/getting_started/debugging_your_code.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/getting_started/debugging_your_code.md b/docs/getting_started/debugging_your_code.md
index c35c30d28..04bd711cd 100644
--- a/docs/getting_started/debugging_your_code.md
+++ b/docs/getting_started/debugging_your_code.md
@@ -68,7 +68,7 @@ Once our script is running again, let's send a request and inspect it in
Devtools:
```
-$ curl http://0.0.0.0:4500/
+$ curl http://0.0.0.0:4507/
```
![Break in request handling](../images/debugger5.jpg)