Skip to content

Commit c98c0b4

Browse files
authored
fix: typo jit compilation warning message (#1519)
1 parent 9feab3d commit c98c0b4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/core-base/src/compilation.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,7 @@ export function compile<
142142
} else {
143143
if (__DEV__ && !isMessageAST(message)) {
144144
warn(
145-
`the message that is resolve with key '${context.key}') is not supported for jit compilation`
145+
`the message that is resolve with key '${context.key}' is not supported for jit compilation`
146146
)
147147
return (() => message) as MessageFunction<Message>
148148
}

0 commit comments

Comments
 (0)