From 6ec77f2e30284680b555e30d4a6d8a93238154c2 Mon Sep 17 00:00:00 2001 From: "Mikey Lombardi (He/Him)" Date: Mon, 7 Apr 2025 10:50:54 -0500 Subject: [PATCH] (GH-307) Fix typo in get-started example (#308) This change removes an erroneous dash from an example command, and fixes #307 --- dsc/docs-conceptual/dsc-3.0/get-started/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dsc/docs-conceptual/dsc-3.0/get-started/index.md b/dsc/docs-conceptual/dsc-3.0/get-started/index.md index c8f963c..e12f3bb 100644 --- a/dsc/docs-conceptual/dsc-3.0/get-started/index.md +++ b/dsc/docs-conceptual/dsc-3.0/get-started/index.md @@ -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 ```