Skip to content

Commit

Permalink
(#2443) Fix misspellings for profile text
Browse files Browse the repository at this point in the history
  • Loading branch information
vexx32 authored and gep13 committed Mar 15, 2022
1 parent ed34ee7 commit 1277e1e
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 1277e1e

Please sign in to comment.