Skip to content

Commit 40ed0df

Browse files
committed
Fixed punctuation
1 parent b641d61 commit 40ed0df

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

DSCResources/DSR_ReplaceText/DSR_ReplaceText.schema.mof

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,5 @@ class DSR_ReplaceText : OMI_BaseResource
66
[Write, Description("Specifies the value type to use as the replacement string. Defaults to 'Text'."),ValueMap{"Text", "Secret"},Values{"Text", "Secret"}] String Type;
77
[Write, Description("The text to replace the text identified by the RegEx. Only used when Type is set to 'Text'.")] String Text;
88
[Write, Description("The secret text to replace the text identified by the RegEx. Only used when Type is set to 'Secret'."),EmbeddedInstance("MSFT_Credential")] String Secret;
9-
[Write, Description("Specifies to append text to the file being modified. Adds the ability to add a configuration entry")] Boolean AllowAppend;
9+
[Write, Description("Specifies to append text to the file being modified. Adds the ability to add a configuration entry.")] Boolean AllowAppend;
1010
};

0 commit comments

Comments
 (0)