summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorJordan Borean <jborean93@gmail.com>2018-07-04 05:07:42 +1000
committerMatt Davis <nitzmahone@users.noreply.github.com>2018-07-03 12:07:42 -0700
commitc65bf127419d2194ed747087fe4021ce5fae6974 (patch)
treeebb5fb1b3723cc8154f9fb43224e2dbd81878e11 /docs
parentfee754fa59acbae121fa92654dddfe6486a7d74e (diff)
downloadansible-c65bf127419d2194ed747087fe4021ce5fae6974.tar.gz
windows dsc docs: fix missing colon in example (#41886) (#41892)
(cherry picked from commit 0b2ec9b11c1348b1d3d9ddc8b2319b4382497d79)
Diffstat (limited to 'docs')
-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