Skip to content

Commit

Permalink
Minor typo (profider -> provider) (#346)
Browse files Browse the repository at this point in the history
Fix minor typo (profider -> provider)
  • Loading branch information
mbaranovych authored Nov 15, 2022
1 parent 29d3b5d commit 2cef68b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion helpers/installcredprovider.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ param(
[switch]$Force,
# install the version specified
[string]$Version,
# install Net6 version of the netcore cred profider instead of the default NetCore3.1
# install Net6 version of the netcore cred provider instead of the default NetCore3.1
[switch]$InstallNet6
)

Expand Down

0 comments on commit 2cef68b

Please sign in to comment.