Skip to content

Commit 69f79fe

Browse files
Apply suggestion from review
1 parent 84a9cd8 commit 69f79fe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/getting-started/getting-started.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -172,7 +172,7 @@ DSC operations.
172172
First, use the `dsc resource list` command to see what capabilities the `Registry` resource has.
173173

174174
```powershell
175-
$resource = dsc resource list Microsoft.WIndows/Registry | ConvertFrom-Json
175+
$resource = dsc resource list Microsoft.Windows/Registry | ConvertFrom-Json
176176
$resource.capabilities
177177
```
178178

0 commit comments

Comments
 (0)