Skip to content

Commit 9403b85

Browse files
authored
samples -> documentation
1 parent 95ab614 commit 9403b85

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/packaging/createupmpackages.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -185,7 +185,7 @@ foreach ($entry in $packages.GetEnumerator()) {
185185
Remove-Item -Path "$packagePath/NOTICE.md*"
186186
Remove-Item -Path "$packagePath/CHANGELOG.md*"
187187
if (Test-Path -Path $docFolder) {
188-
# A samples folder was created. Remove it.
188+
# A documentation folder was created. Remove it.
189189
Remove-Item -Path $docFolder -Recurse -Force
190190
}
191191

0 commit comments

Comments
 (0)