[DOCS] Correct yaml syntax in example configuration (#82297) (#82392)

(cherry picked from commit 432fd79c46)

Co-authored-by: mymindstorm <mymindstorm@evermiss.net>
This commit is contained in:
James Rodewig 2022-01-10 17:19:27 -05:00 committed by GitHub
parent 40f2275aa9
commit 950eb775fe
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -101,7 +101,7 @@ special character in YAML.
These special values yield both IPv4 and IPv6 addresses by default, but you can
also add an `:ipv4` or `:ipv6` suffix to limit them to just IPv4 or IPv6
addresses respectively. For example, `network.host: _en0:ipv4_` would set this
addresses respectively. For example, `network.host: "_en0:ipv4_"` would set this
node's addresses to the IPv4 addresses of interface `en0`.
[TIP]