Skip to content

Commit 6ec77f2

Browse files
(GH-307) Fix typo in get-started example (#308)
This change removes an erroneous dash from an example command, and fixes #307
1 parent 2c7d402 commit 6ec77f2

File tree

1 file changed

+1
-1
lines changed
  • dsc/docs-conceptual/dsc-3.0/get-started

1 file changed

+1
-1
lines changed

dsc/docs-conceptual/dsc-3.0/get-started/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ Run the following command to display only the resources available with the
122122

123123
```powershell
124124
$adaptedResources |
125-
Where-Object -requireAdapter -EQ Microsoft.Windows/WindowsPowerShell |
125+
Where-Object requireAdapter -EQ Microsoft.Windows/WindowsPowerShell |
126126
Format-Table -Property type, kind, version, capabilities, description
127127
```
128128

0 commit comments

Comments
 (0)