From b59e0b7b8913418c0840723b79430de3e47fe07e Mon Sep 17 00:00:00 2001 From: Matt Holt Date: Thu, 18 Jul 2019 19:27:52 -0600 Subject: [PATCH] Fix dangling comma --- v2:-Config-from-Scratch.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"] } } }