chore: fix comment typos (#94)

This commit is contained in:
Carlos Rodrigues
2019-10-05 15:35:19 +01:00
committed by Evan You
parent 12abcba2c5
commit 23ff681418
8 changed files with 12 additions and 12 deletions

View File

@@ -135,7 +135,7 @@ export const errorMessages: { [code: number]: string } = {
'Interpolation end sign was not found.',
[ErrorCodes.X_MISSING_DYNAMIC_DIRECTIVE_ARGUMENT_END]:
'End bracket for dynamic directive argument was not found. ' +
'Note that dynamic directive argument connot contain spaces.',
'Note that dynamic directive argument cannot contain spaces.',
// transform errors
[ErrorCodes.X_IF_NO_EXPRESSION]: `v-if/v-else-if is missing expression.`,