Skip to content

Commit

Permalink
doc(scoop-shim): Fix typo (#4836)
Browse files Browse the repository at this point in the history
* Update scoop-shim.ps1

* Update CHANGELOG.md
  • Loading branch information
rashil2000 committed Mar 22, 2022
1 parent ad3fc4f commit ced36b2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion libexec/scoop-shim.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -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 <shim_name> <command_path> [<args>...]
#
Expand Down

0 comments on commit ced36b2

Please sign in to comment.