We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 741d3b3 commit 7178716Copy full SHA for 7178716
packages/compiler-core/src/errors.ts
@@ -132,7 +132,7 @@ export const errorMessages: Record<ErrorCodes, string> = {
132
"Attribute name cannot start with '='.",
133
[ErrorCodes.UNEXPECTED_QUESTION_MARK_INSTEAD_OF_TAG_NAME]:
134
"'<?' is allowed only in XML context.",
135
- [ErrorCodes.UNEXPECTED_NULL_CHARACTER]: `Unexpected null cahracter.`,
+ [ErrorCodes.UNEXPECTED_NULL_CHARACTER]: `Unexpected null character.`,
136
[ErrorCodes.UNEXPECTED_SOLIDUS_IN_TAG]: "Illegal '/' in tags.",
137
138
// Vue-specific parse errors
0 commit comments