Skip to content

Commit 7178716

Browse files
chore: fix typo in error message (#4434) [ci skip]
1 parent 741d3b3 commit 7178716

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/compiler-core/src/errors.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@ export const errorMessages: Record<ErrorCodes, string> = {
132132
"Attribute name cannot start with '='.",
133133
[ErrorCodes.UNEXPECTED_QUESTION_MARK_INSTEAD_OF_TAG_NAME]:
134134
"'<?' is allowed only in XML context.",
135-
[ErrorCodes.UNEXPECTED_NULL_CHARACTER]: `Unexpected null cahracter.`,
135+
[ErrorCodes.UNEXPECTED_NULL_CHARACTER]: `Unexpected null character.`,
136136
[ErrorCodes.UNEXPECTED_SOLIDUS_IN_TAG]: "Illegal '/' in tags.",
137137

138138
// Vue-specific parse errors

0 commit comments

Comments
 (0)