diff --git a/src/docs/markdown/caddyfile/directives/bind.md b/src/docs/markdown/caddyfile/directives/bind.md index ee31b7a..5c1682a 100644 --- a/src/docs/markdown/caddyfile/directives/bind.md +++ b/src/docs/markdown/caddyfile/directives/bind.md @@ -22,7 +22,7 @@ bind { ``` - **<hosts...>** is the list of host interfaces to bind which to bind the listener. -- **<protocols...>** is an optional override of the HTTP protocols to enable for 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. ## Examples