Skip to content

Commit

Permalink
fix: typo overridden (#183)
Browse files Browse the repository at this point in the history
  • Loading branch information
parasbansal authored Nov 4, 2024
1 parent 606eda8 commit b8f2c65
Show file tree
Hide file tree
Showing 11 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion examples/react-router-custom-path/client/src/router.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Generouted, changes to this file will be overriden
// Generouted, changes to this file will be overridden
/* eslint-disable */

import { components, hooks, utils } from '@generouted/react-router/client'
Expand Down
2 changes: 1 addition & 1 deletion examples/react-router-custom/src/router.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Generouted, changes to this file will be overriden
// Generouted, changes to this file will be overridden
/* eslint-disable */

import { components, hooks, utils } from '@generouted/react-router/client'
Expand Down
2 changes: 1 addition & 1 deletion examples/react-router-mdx/src/router.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Generouted, changes to this file will be overriden
// Generouted, changes to this file will be overridden
/* eslint-disable */

import { components, hooks, utils } from '@generouted/react-router/client'
Expand Down
2 changes: 1 addition & 1 deletion examples/react-router-route-modals/src/router.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Generouted, changes to this file will be overriden
// Generouted, changes to this file will be overridden
/* eslint-disable */

import { components, hooks, utils } from '@generouted/react-router/client'
Expand Down
2 changes: 1 addition & 1 deletion examples/react-router/src/router.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Generouted, changes to this file will be overriden
// Generouted, changes to this file will be overridden
/* eslint-disable */

import { components, hooks, utils } from '@generouted/react-router/client'
Expand Down
2 changes: 1 addition & 1 deletion examples/solid-router/src/router.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Generouted, changes to this file will be overriden
// Generouted, changes to this file will be overridden
/* eslint-disable */

import { components, hooks } from '@generouted/solid-router/client'
Expand Down
2 changes: 1 addition & 1 deletion examples/tanstack-react-router/src/routes.gen.tsx
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Generouted, changes to this file will be overriden
// Generouted, changes to this file will be overridden
import { Fragment } from 'react'
import {
Outlet,
Expand Down
2 changes: 1 addition & 1 deletion explorer/src/router.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Generouted, changes to this file will be overriden
// Generouted, changes to this file will be overridden
/* eslint-disable */

import { components, hooks, utils } from '@generouted/react-router/client'
Expand Down
2 changes: 1 addition & 1 deletion packages/react-router/src/plugin/template.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
export const template = `// Generouted, changes to this file will be overriden
export const template = `// Generouted, changes to this file will be overridden
/* eslint-disable */
import { components, hooks, utils } from '@generouted/react-router/client'
Expand Down
2 changes: 1 addition & 1 deletion packages/solid-router/src/plugin/template.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
export const template = `// Generouted, changes to this file will be overriden
export const template = `// Generouted, changes to this file will be overridden
/* eslint-disable */
import { components, hooks } from '@generouted/solid-router/client'
Expand Down
2 changes: 1 addition & 1 deletion packages/tanstack-react-router/src/template.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
export const template = `// Generouted, changes to this file will be overriden
export const template = `// Generouted, changes to this file will be overridden
import { Fragment } from 'react'
import { Outlet, RouterProvider, createLazyRoute, createRootRoute, createRoute, createRouter } from '@tanstack/react-router'
Expand Down

0 comments on commit b8f2c65

Please sign in to comment.