Skip to content

Commit e6b270f

Browse files
pelmers-dbilia-db
andauthored
Fix small typo in tooltip message (#1541)
## 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]>
1 parent ac25d32 commit e6b270f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/databricks-vscode/src/bundle/BundlePipelinesManager.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -520,7 +520,7 @@ function createPicks(datasets: Set<string>, manualValue?: string) {
520520
};
521521
const fullRefreshPick: Pick = {
522522
label: "Full Refresh",
523-
description: "Truncate and recopmute selected tables",
523+
description: "Truncate and recompute selected tables",
524524
alwaysShow: true,
525525
};
526526
const ui = window.createQuickPick<Pick>();

0 commit comments

Comments
 (0)