diff --git a/src/docs/markdown/caddyfile/directives/bind.md b/src/docs/markdown/caddyfile/directives/bind.md index 5c1682a..e2e49f3 100644 --- a/src/docs/markdown/caddyfile/directives/bind.md +++ b/src/docs/markdown/caddyfile/directives/bind.md @@ -17,12 +17,12 @@ Note that binding sites inconsistently may result in unintended consequences. Fo ```caddy-d bind { - protocols ... + protocols } ``` - **<hosts...>** is the list of host interfaces to bind which to bind the listener. -- **<protocol>** is an optional override of the HTTP protocols to enable for the listener, see the [server options](/docs/caddyfile/options#protocols) for its accepted values and their meanings. +- **<protocols...>** is an optional override of the HTTP protocols to enable for the listener, see the [server options](/docs/caddyfile/options#protocols) for its accepted values and their meanings. ## Examples