From a98b93ff545b62d3edeeaaa571d634b3eec1696d Mon Sep 17 00:00:00 2001 From: Basil Hendroff <63370329+basilhendroff@users.noreply.github.com> Date: Sun, 14 Feb 2021 00:05:25 +0800 Subject: [PATCH] Update concepts.md --- src/docs/markdown/caddyfile/concepts.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/docs/markdown/caddyfile/concepts.md b/src/docs/markdown/caddyfile/concepts.md index a58fbcc..aad0852 100644 --- a/src/docs/markdown/caddyfile/concepts.md +++ b/src/docs/markdown/caddyfile/concepts.md @@ -186,7 +186,7 @@ If multiple sites share the same definition, you can list all of them together: localhost:8080, example.com, www.example.com ``` -Notice when addresses are listed on the same line, the comma is optional, however the space between addresses is not, +Notice when addresses are listed on the same line, the comma is optional, however, the space between addresses is not, or