Skip to content

Commit

Permalink
Fix small typo in tooltip message (#1541)
Browse files Browse the repository at this point in the history
## Changes

<!-- Summary of your changes that are easy to understand -->
I saw the announcement email today and noticed this typo, so submitting
a fix for it here.

## Tests

spelling

Co-authored-by: Ilia Babanov <[email protected]>
  • Loading branch information
pelmers-db and ilia-db authored Feb 3, 2025
1 parent ac25d32 commit e6b270f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -520,7 +520,7 @@ function createPicks(datasets: Set<string>, manualValue?: string) {
};
const fullRefreshPick: Pick = {
label: "Full Refresh",
description: "Truncate and recopmute selected tables",
description: "Truncate and recompute selected tables",
alwaysShow: true,
};
const ui = window.createQuickPick<Pick>();
Expand Down

0 comments on commit e6b270f

Please sign in to comment.