We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a117e09 commit a4d875aCopy full SHA for a4d875a
extensions/ql-vscode/src/data-extensions-editor/auto-model-usages-query.ts
@@ -57,7 +57,7 @@ export async function getAutoModelUsages({
57
progress({
58
maxStep,
59
step: 1100,
60
- message: "Retrieving source locatin prefix",
+ message: "Retrieving source location prefix",
61
});
62
63
const sourceLocationPrefix = await databaseItem.getSourceLocationPrefix(
0 commit comments