Skip to content

Commit 973b558

Browse files
Fix typo: isnt -> isn't in Helpers.psm1
1 parent 34821c7 commit 973b558

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Helpers.psm1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
.OUTPUTS
1414
Returns the normalized multi-line string.
1515
s#>
16-
[Diagnostics.CodeAnalysis.SuppressMessageAttribute('PSUseApprovedVerbs', '', Scope = 'Function', Justification = 'Function isnt exported.')]
16+
[Diagnostics.CodeAnalysis.SuppressMessageAttribute('PSUseApprovedVerbs', '', Scope = 'Function', Justification = 'Function isn''t exported.')]
1717
[OutputType([string])]
1818
[CmdletBinding()]
1919
param(

0 commit comments

Comments
 (0)