Skip to content

Commit

Permalink
Merge pull request #2654 from vexx32/grammar-fix
Browse files Browse the repository at this point in the history
(#2443) Fix misspellings for profile text
  • Loading branch information
gep13 authored Mar 15, 2022
2 parents ed34ee7 + 1277e1e commit 1a969c2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions nuget/chocolatey/tools/chocolateysetup.psm1
Original file line number Diff line number Diff line change
Expand Up @@ -687,8 +687,8 @@ function Add-ChocolateyProfile {
# Import the Chocolatey Profile that contains the necessary code to enable
# tab-completions to function for `choco`.
# Be aware that if you are missing these lines from you profile, tab completion
# for `choco` wil not function.
# Be aware that if you are missing these lines from your profile, tab completion
# for `choco` will not function.
# See https://ch0.co/tab-completion for details.
$ChocolateyProfile = "$env:ChocolateyInstall\helpers\chocolateyProfile.psm1"
if (Test-Path($ChocolateyProfile)) {
Expand Down

0 comments on commit 1a969c2

Please sign in to comment.