Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion dsc/docs-conceptual/dsc-3.0/get-started/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ Run the following command to display only the resources available with the

```powershell
$adaptedResources |
Where-Object -requireAdapter -EQ Microsoft.Windows/WindowsPowerShell |
Where-Object requireAdapter -EQ Microsoft.Windows/WindowsPowerShell |
Format-Table -Property type, kind, version, capabilities, description
```

Expand Down
Loading