Skip to content

Commit 347dc8f

Browse files
committed
update
1 parent 8030afc commit 347dc8f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/language/src/module.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ export function createZModelLanguageServices(
9494

9595
// when documents reach Parsed state, inspect plugin declarations and load corresponding
9696
// plugin zmodel docs
97-
// Note we must use `noBuildPhase` instead of `onDocumentPhase` here because the latter is
97+
// Note we must use `onBuildPhase` instead of `onDocumentPhase` here because the latter is
9898
// not called when not running inside a language server.
9999
shared.workspace.DocumentBuilder.onBuildPhase(DocumentState.Parsed, async (documents) => {
100100
for (const doc of documents) {

0 commit comments

Comments
 (0)