Skip to content

Commit d56811f

Browse files
Fix typo
1 parent 6d5631d commit d56811f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/frontend/lib/utils/document_builder.dart

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1363,8 +1363,8 @@ class DocumentBuilder {
13631363
MarkdownInlineUpstreamSyntaxPlugin(
13641364
parsers: const [ StyleUpstreamMarkdownSyntaxParser() ]
13651365
),
1366-
// Tasks
1367-
_actionTagPlugin,
1366+
// Inline Commands
1367+
_inlineCommandsPlugin,
13681368
}),
13691369
)
13701370
);

0 commit comments

Comments
 (0)