Skip to content

Commit 6ddd41e

Browse files
authored
Fix grammar
1 parent 2d2a570 commit 6ddd41e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/instructions/dsc-community-style-guidelines-integration-tests.instructions.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ BeforeDiscovery {
3737
& "$PSScriptRoot/../../../build.ps1" -Tasks 'noop' 3>&1 4>&1 5>&1 6>&1 > $null
3838
}
3939
40-
# If the dependencies has not been resolved, this will throw an error.
40+
# If the dependencies have not been resolved, this will throw an error.
4141
Import-Module -Name 'DscResource.Test' -Force -ErrorAction 'Stop'
4242
}
4343
}

0 commit comments

Comments
 (0)