Skip to content

Commit 6628282

Browse files
authored
chore: Fix mgt spelling
1 parent 6de1a26 commit 6628282

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/mgt-element/src/utils/mgtHtml.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ const tag = (strings: TemplateStringsArray, ...values: unknown[]): HTMLTemplateR
5656
};
5757

5858
/**
59-
* Interprets a template literal and dynamically rewrites `<mtg-` tags with the
59+
* Interprets a template literal and dynamically rewrites `<mgt-` tags with the
6060
* configured disambiguation if necessary.
6161
*
6262
* ```ts

0 commit comments

Comments
 (0)