From 1277e1e3d33a2045004760cdb01b72ce84f2ad6a Mon Sep 17 00:00:00 2001 From: Joel Francis <32407840+vexx32@users.noreply.github.com> Date: Mon, 14 Mar 2022 12:46:12 -0400 Subject: [PATCH] (#2443) Fix misspellings for profile text --- nuget/chocolatey/tools/chocolateysetup.psm1 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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)) {