File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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)" )]
You can’t perform that action at this time.
0 commit comments