commit 9d7b629ff12c043b81c5ba19b8ec2e57b310e293
parent 4f05a11cebd8d9255924711c7ef233d87685d03d
Author: JohnMcPMS <johnmcp@microsoft.com>
Date: Tue, 10 Nov 2020 12:47:30 -0800
Fix typo (#639)
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/AppInstallerCLIPackage/Shared/Strings/en-us/winget.resw b/src/AppInstallerCLIPackage/Shared/Strings/en-us/winget.resw
@@ -477,7 +477,7 @@ They can be configured through the settings file 'winget settings'.</value>
<value>Channel</value>
</data>
<data name="ShowCommandLongDescription" xml:space="preserve">
- <value>Shows information on a specific pacakge. By default, the query must case-insensitively match the id, name, or moniker of the package. Other fields can be used by passing their appropriate option.</value>
+ <value>Shows information on a specific package. By default, the query must case-insensitively match the id, name, or moniker of the package. Other fields can be used by passing their appropriate option.</value>
</data>
<data name="ShowCommandShortDescription" xml:space="preserve">
<value>Shows info about an package</value>