Skip to content

Commit 9792b5d

Browse files
committed
Corrected typo in Add-NSSystemFile hel
1 parent 8e23d94 commit 9792b5d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

NetScaler/Public/Add-NSSystemFile.ps1

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ function Add-NSSystemFile {
4444
Suppress confirmation when creating the system file (this does not override a
4545
pre-existing file).
4646
47-
.Notes
47+
.NOTES
4848
Nitro implementation status: partial
4949
#>
5050
[CmdletBinding(SupportsShouldProcess = $true, ConfirmImpact='Low')]
@@ -85,4 +85,4 @@ function Add-NSSystemFile {
8585
}
8686
}
8787
}
88-
}
88+
}

0 commit comments

Comments
 (0)