Skip to content

Commit 24e5e94

Browse files
committed
Correct casing typo on PSSCriptAnalyzer
1 parent 0e42b1a commit 24e5e94

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/PSAppDeployToolkit.Tools/PSScriptAnalyzer/Measure-ADTCompatibility.psm1

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
<#
22
.SYNOPSIS
3-
PSSCriptAnalyzer rules to check for usage of legacy PSAppDeployToolkit v3 commands or variables.
3+
PSScriptAnalyzer rules to check for usage of legacy PSAppDeployToolkit v3 commands or variables.
44
.DESCRIPTION
5-
Can be used directly with PSSCriptAnalyzer or via Test-ADTCompatibility and Convert-ADTDeployment functions.
5+
Can be used directly with PSScriptAnalyzer or via Test-ADTCompatibility and Convert-ADTDeployment functions.
66
.EXAMPLE
77
Measure-ADTCompatibility -ScriptBlockAst $ScriptBlockAst
88
.INPUTS

0 commit comments

Comments
 (0)