diff --git a/v2:-Config-from-Scratch.md b/v2:-Config-from-Scratch.md index 123a69c..2025fe3 100644 --- a/v2:-Config-from-Scratch.md +++ b/v2:-Config-from-Scratch.md @@ -12,7 +12,7 @@ This is an empty HTTP server, which responds on port 80 to any host, but with an "http": { "servers": { "myserver": { - "listen": [":80"], + "listen": [":80"] } } }