Skip to content

Commit 97349a1

Browse files
authored
Merge pull request #102 from disco0/patch-1
Fix typos in PotentialContribution/New-Module.psm1
2 parents abb0e09 + ef40e0c commit 97349a1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

PotentialContribution/NewModule.psm1

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ function New-Module {
5151
[Switch]$Force,
5252

5353
# If set, appends to (increments) existing modules without prompting.
54-
# THe Updgrade switch will leave any customizations to your module in place:
54+
# The Upgrade switch will leave any customizations to your module in place:
5555
# * It doesn't alter the psm1 (but will create one if it's missing)
5656
# * It only changes the manifest module version, and any explicitly set parameters
5757
[Switch]$Upgrade,
@@ -81,7 +81,7 @@ function New-Module {
8181
[PSDefaultValue(Help = {"'A collection of script files by ${Env:UserName}' (uses the value from the Author parmeter)"})]
8282
[string]${Description} = "A collection of script files by $Author",
8383

84-
# The vresion of the module
84+
# The version of the module
8585
# (This is a passthru for New-ModuleManifest)
8686
[Parameter()]
8787
[PSDefaultValue(Help = "1.0 (when -Upgrade is set, increments the existing value to the nearest major version number)")]

0 commit comments

Comments
 (0)