File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
packages/compiler-sfc/src/script Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -369,7 +369,7 @@ function genDestructuredDefaultValue(
369369 }
370370}
371371
372- // non-comprehensive, best-effort type infernece for a runtime value
372+ // non-comprehensive, best-effort type inference for a runtime value
373373// this is used to catch default value / type declaration mismatches
374374// when using props destructure.
375375function inferValueType ( node : Node ) : string | undefined {
Original file line number Diff line number Diff line change @@ -109,7 +109,7 @@ function toFileNameLowerCase(x: string) {
109109
110110/**
111111 * We need `getCanonicalFileName` when creating ts module resolution cache,
112- * but TS does not expose it directly. This implementation is repllicated from
112+ * but TS does not expose it directly. This implementation is replicated from
113113 * the TS source code.
114114 */
115115export function createGetCanonicalFileName (
You can’t perform that action at this time.
0 commit comments