Browse Source

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

(cherry picked from commit 432fd79c468f47726556fdf75e90e79a61d2de65)

Co-authored-by: mymindstorm <mymindstorm@evermiss.net>
James Rodewig 3 years ago
parent
commit
950eb775fe
1 changed files with 1 additions and 1 deletions
  1. 1 1
      docs/reference/modules/network.asciidoc

+ 1 - 1
docs/reference/modules/network.asciidoc

@@ -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]