From 2e48c85f0e3874c70abb2b0fb676a5a2a4b55ff6 Mon Sep 17 00:00:00 2001 From: Dylan Armstrong Date: Fri, 9 Oct 2020 07:57:44 -0500 Subject: [PATCH] chore: period --- src/docs/markdown/caddyfile/matchers.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/docs/markdown/caddyfile/matchers.md b/src/docs/markdown/caddyfile/matchers.md index 5411a74..d3bebc7 100644 --- a/src/docs/markdown/caddyfile/matchers.md +++ b/src/docs/markdown/caddyfile/matchers.md @@ -434,7 +434,7 @@ query sort=asc remote_ip ``` -By remote (client) IP address. If `X-Forwarded-For` is passed in request headers, this will be used for remote IP address. Accepts exact IPs or CIDR ranges +By remote (client) IP address. If `X-Forwarded-For` is passed in request headers, this will be used for remote IP address. Accepts exact IPs or CIDR ranges. #### Example: