Skip to content

Commit

Permalink
Fix comment typo
Browse files Browse the repository at this point in the history
  • Loading branch information
twschiller committed Jul 6, 2024
1 parent aa584af commit a029228
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/quickBar/quickBarRegistry.ts
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ class QuickBarRegistry implements QuickBarProtocol {
// nest the items because the parent item will be overwritten with no children.
this.actions.push(action);
} else {
// Put at the front of the list, so the action appear before the other actions with the same Priority
// Put at the front of the list, so the action appears before the other actions with the same Priority
this.actions.unshift(action);
}

Expand Down

0 comments on commit a029228

Please sign in to comment.