chore: fix typos (#1090)

This commit is contained in:
HiiTea
2020-05-01 21:42:58 +08:00
committed by GitHub
parent a6a939f5e0
commit 22717772dd
25 changed files with 42 additions and 42 deletions

View File

@@ -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 =

View File

@@ -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