File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
packages/router/src/experimental Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -278,7 +278,7 @@ export type EXPERIMENTAL_RouteRecordRaw =
278278// | RouteRecordMultipleViewsWithChildren
279279// | RouteRecordRedirect
280280
281- export interface EXPERIMENTAL_RouteRecordNoramlized_Base {
281+ export interface EXPERIMENTAL_RouteRecordNormalized_Base {
282282 /**
283283 * Contains the original modules for lazy loaded components.
284284 *
@@ -308,15 +308,15 @@ export interface EXPERIMENTAL_RouteRecordNoramlized_Base {
308308}
309309
310310export interface EXPERIMENTAL_RouteRecordNormalized_Group
311- extends EXPERIMENTAL_RouteRecordNoramlized_Base ,
311+ extends EXPERIMENTAL_RouteRecordNormalized_Base ,
312312 EXPERIMENTAL_RouteRecord_Group {
313313 meta : RouteMeta
314314 parent : EXPERIMENTAL_RouteRecordNormalized | null
315315}
316316
317317// TODO: is it worth to have 2 types for the undefined values?
318318export interface EXPERIMENTAL_RouteRecordNormalized_Matchable
319- extends EXPERIMENTAL_RouteRecordNoramlized_Base ,
319+ extends EXPERIMENTAL_RouteRecordNormalized_Base ,
320320 EXPERIMENTAL_RouteRecord_Matchable {
321321 meta : RouteMeta
322322
You can’t perform that action at this time.
0 commit comments