Skip to content

Commit 5403570

Browse files
Hemant MahawarHemant Mahawar
authored andcommitted
Removing extra 's' in the module folder name
1 parent c1fe25f commit 5403570

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dsc/authoringResourceClass.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ To implement a DSC custom resource with a PowerShell class, create the following
1616

1717
```
1818
$env: psmodulepath (folder)
19-
|- MyDscResources (folder)
19+
|- MyDscResource (folder)
2020
|- MyDscResource.psm1
2121
MyDscResource.psd1
2222
```

0 commit comments

Comments
 (0)