diff --git a/nuget/chocolatey/tools/chocolateysetup.psm1 b/nuget/chocolatey/tools/chocolateysetup.psm1 index f6bd115280..4d474cdc71 100644 --- a/nuget/chocolatey/tools/chocolateysetup.psm1 +++ b/nuget/chocolatey/tools/chocolateysetup.psm1 @@ -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)) {