windows dsc docs: fix missing colon in example (#41886)

(cherry picked from commit 0b2ec9b11c)
This commit is contained in:
Jordan Borean 2018-06-25 11:38:08 +10:00 committed by Matt Clay
parent 7cb2486fad
commit 1fe98e3066

View file

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