chore: fix typos (#1090)
This commit is contained in:
@@ -19,7 +19,7 @@ export const ssrTransformFor = createStructuralDirectiveTransform(
|
||||
processFor
|
||||
)
|
||||
|
||||
// This is called during the 2nd transform pass to construct the SSR-sepcific
|
||||
// This is called during the 2nd transform pass to construct the SSR-specific
|
||||
// codegen nodes.
|
||||
export function ssrProcessFor(node: ForNode, context: SSRTransformContext) {
|
||||
const needFragmentWrapper =
|
||||
|
||||
@@ -20,7 +20,7 @@ export const ssrTransformIf = createStructuralDirectiveTransform(
|
||||
processIf
|
||||
)
|
||||
|
||||
// This is called during the 2nd transform pass to construct the SSR-sepcific
|
||||
// This is called during the 2nd transform pass to construct the SSR-specific
|
||||
// codegen nodes.
|
||||
export function ssrProcessIf(node: IfNode, context: SSRTransformContext) {
|
||||
const [rootBranch] = node.branches
|
||||
|
||||
Reference in New Issue
Block a user