Skip to content

Commit

Permalink
fix typo in dialog (#1249)
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinushey authored Nov 5, 2022
1 parent 49befc5 commit 0c475fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/helpViewer/packages.ts
Original file line number Diff line number Diff line change
Expand Up @@ -179,7 +179,7 @@ export class PackageManager {
if(!packages?.length){
return false;
}
const pkgs = await pickPackages(packages, 'Please selecte a package.', pickMany);
const pkgs = await pickPackages(packages, 'Please select a package.', pickMany);
if(pkgs?.length){
const pkgsConfirmed = await confirmPackages('Are you sure you want to install these packages?', pkgs);
if(pkgsConfirmed?.length){
Expand Down

0 comments on commit 0c475fe

Please sign in to comment.