summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJordan Borean <jborean93@gmail.com>2018-06-25 11:38:08 +1000
committerMatt Clay <matt@mystile.com>2018-06-25 10:31:18 -0700
commit1fe98e3066620506ae2fa9a1f540ca88c2957659 (patch)
tree492ec7156e3e1e33b90cb063c7082778e1a14084
parent7cb2486fad1c26202ab8ba4efcb802185f61c81f (diff)
downloadansible-1fe98e3066620506ae2fa9a1f540ca88c2957659.tar.gz
windows dsc docs: fix missing colon in example (#41886)
(cherry picked from commit 0b2ec9b11c1348b1d3d9ddc8b2319b4382497d79)
-rw-r--r--docs/docsite/rst/user_guide/windows_dsc.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/docsite/rst/user_guide/windows_dsc.rst b/docs/docsite/rst/user_guide/windows_dsc.rst
index 660f989f8b..3ce3b22158 100644
--- a/docs/docsite/rst/user_guide/windows_dsc.rst
+++ b/docs/docsite/rst/user_guide/windows_dsc.rst
@@ -128,7 +128,7 @@ a custom class defined by that resource. Defining a value that takes in a
For example, to define a ``[CimInstance]`` value in Ansible::
# [CimInstance]AuthenticationInfo == MSFT_xWebAuthenticationInformation
- AuthenticationInfo
+ AuthenticationInfo:
Anonymous: no
Basic: yes
Digest: no