Skip to content

Commit bf267b1

Browse files
chore(compiler-core): fix typo in errors.ts and options.ts (#4650) [ci skip]
1 parent 52e4ea7 commit bf267b1

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

packages/compiler-core/src/errors.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -177,6 +177,6 @@ export const errorMessages: Record<ErrorCodes, string> = {
177177
[ErrorCodes.X_CACHE_HANDLER_NOT_SUPPORTED]: `"cacheHandlers" option is only supported when the "prefixIdentifiers" option is enabled.`,
178178
[ErrorCodes.X_SCOPE_ID_NOT_SUPPORTED]: `"scopeId" option is only supported in module mode.`,
179179

180-
// just to fullfill types
180+
// just to fulfill types
181181
[ErrorCodes.__EXTEND_POINT__]: ``
182182
}

packages/compiler-core/src/options.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ interface SharedTransformCodegenOptions {
130130
* When compiler generates code for SSR's fallback branch, we need to set it to false:
131131
* - context.ssr = false
132132
*
133-
* see `subTransform` in `ssrTransformCompoent.ts`
133+
* see `subTransform` in `ssrTransformComponent.ts`
134134
*/
135135
ssr?: boolean
136136
/**

0 commit comments

Comments
 (0)