File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -51,7 +51,7 @@ function New-Module {
51
51
[Switch ]$Force ,
52
52
53
53
# 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:
55
55
# * It doesn't alter the psm1 (but will create one if it's missing)
56
56
# * It only changes the manifest module version, and any explicitly set parameters
57
57
[Switch ]$Upgrade ,
@@ -81,7 +81,7 @@ function New-Module {
81
81
[PSDefaultValue (Help = {" 'A collection of script files by ${Env: UserName} ' (uses the value from the Author parmeter)" })]
82
82
[string ]${Description} = " A collection of script files by $Author " ,
83
83
84
- # The vresion of the module
84
+ # The version of the module
85
85
# (This is a passthru for New-ModuleManifest)
86
86
[Parameter ()]
87
87
[PSDefaultValue (Help = " 1.0 (when -Upgrade is set, increments the existing value to the nearest major version number)" )]
You can’t perform that action at this time.
0 commit comments