Skip to content

Commit b20b1f3

Browse files
ThePSAdminSean Wheeler
authored and
Sean Wheeler
committed
Update authoringResourceMofDesigner.md (#2188)
1 parent e1d94c6 commit b20b1f3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

dsc/authoringResourceMofDesigner.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ To create the properties, we use the **New-xDscResourceProperty** cmdlet. The fo
2929
```powershell
3030
$UserName = New-xDscResourceProperty –Name UserName -Type String -Attribute Key
3131
$Ensure = New-xDscResourceProperty –Name Ensure -Type String -Attribute Write –ValidateSet “Present”, “Absent”
32-
$DomainCredential = New-xDscResourceProperty –Name DomainCredential-Type PSCredential -Attribute Write
32+
$DomainCredential = New-xDscResourceProperty –Name DomainCredential -Type PSCredential -Attribute Write
3333
$Password = New-xDscResourceProperty –Name Password -Type PSCredential -Attribute Write
3434
```
3535

@@ -177,4 +177,4 @@ The Resource Designer tool exposes one more cmdlet that can be used to test the
177177
[Build Custom Windows PowerShell Desired State Configuration Resources](authoringResource.md)
178178

179179
#### Other Resources
180-
[xDscResourceDesigner Module](https://powershellgallery.com/packages/xDscResourceDesigner)
180+
[xDscResourceDesigner Module](https://powershellgallery.com/packages/xDscResourceDesigner)

0 commit comments

Comments
 (0)