diff --git a/src/dsc/v3/PowerToys.DSC.UnitTests/BaseDscTest.cs b/src/dsc/v3/PowerToys.DSC.UnitTests/BaseDscTest.cs index 2eda4bdac5..3d1fe6322d 100644 --- a/src/dsc/v3/PowerToys.DSC.UnitTests/BaseDscTest.cs +++ b/src/dsc/v3/PowerToys.DSC.UnitTests/BaseDscTest.cs @@ -35,7 +35,7 @@ public class BaseDscTest /// /// Execute a dsc command with the provided arguments. /// - /// + /// The type of the DSC command to execute. /// /// protected DscExecuteResult ExecuteDscCommand(params string[] args)