From ced36b285d63390edff1f96801b8f3e9984020ec Mon Sep 17 00:00:00 2001 From: Rashil Gandhi <46838874+rashil2000@users.noreply.github.com> Date: Tue, 22 Mar 2022 19:56:21 +0530 Subject: [PATCH] doc(scoop-shim): Fix typo (#4836) * Update scoop-shim.ps1 * Update CHANGELOG.md --- CHANGELOG.md | 1 + libexec/scoop-shim.ps1 | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 517be17b95..04663969cc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -22,6 +22,7 @@ ### Documentation - **readme:** Fix badges for Gitter and CI Tests ([#4830](https://github.com/ScoopInstaller/Scoop/issues/4830)) +- **scoop-shim:**: Fix typo ([#4836](https://github.com/ScoopInstaller/Scoop/issues/4836)) ## [v0.1.0](https://github.com/ScoopInstaller/Scoop/compare/2021-12-26...v0.1.0) - 2022-03-01 diff --git a/libexec/scoop-shim.ps1 b/libexec/scoop-shim.ps1 index d6b0e414f7..26de6e2f50 100644 --- a/libexec/scoop-shim.ps1 +++ b/libexec/scoop-shim.ps1 @@ -2,7 +2,7 @@ # Summary: Manipulate Scoop shims # Help: Manipulate Scoop shims: add, rm, list, info, alter, etc. # -# To add a costom shim, use the 'add' subcommand: +# To add a custom shim, use the 'add' subcommand: # # scoop shim add [...] #