Skip to content

Commit a4d875a

Browse files
committed
Fix typo
1 parent a117e09 commit a4d875a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

extensions/ql-vscode/src/data-extensions-editor/auto-model-usages-query.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ export async function getAutoModelUsages({
5757
progress({
5858
maxStep,
5959
step: 1100,
60-
message: "Retrieving source locatin prefix",
60+
message: "Retrieving source location prefix",
6161
});
6262

6363
const sourceLocationPrefix = await databaseItem.getSourceLocationPrefix(

0 commit comments

Comments
 (0)