diff --git a/.changeset/three-garlics-cheat.md b/.changeset/three-garlics-cheat.md new file mode 100644 index 0000000000..04e4557f12 --- /dev/null +++ b/.changeset/three-garlics-cheat.md @@ -0,0 +1,5 @@ +--- +"create-t3-app": patch +--- + +fix typo diff --git a/cli/template/extras/src/server/api/trpc-app/base.ts b/cli/template/extras/src/server/api/trpc-app/base.ts index e1f87a56b3..b38d2fab93 100644 --- a/cli/template/extras/src/server/api/trpc-app/base.ts +++ b/cli/template/extras/src/server/api/trpc-app/base.ts @@ -71,7 +71,7 @@ export const createCallerFactory = t.createCallerFactory; export const createTRPCRouter = t.router; /** - * Middleware for timing procedure execution and adding an articifial delay in development. + * Middleware for timing procedure execution and adding an artificial delay in development. * * You can remove this if you don't like it, but it can help catch unwanted waterfalls by simulating * network latency that would occur in production but not in local development. diff --git a/cli/template/extras/src/server/api/trpc-app/with-auth-db.ts b/cli/template/extras/src/server/api/trpc-app/with-auth-db.ts index 6ef19c56d8..0021e07cbd 100644 --- a/cli/template/extras/src/server/api/trpc-app/with-auth-db.ts +++ b/cli/template/extras/src/server/api/trpc-app/with-auth-db.ts @@ -79,7 +79,7 @@ export const createCallerFactory = t.createCallerFactory; export const createTRPCRouter = t.router; /** - * Middleware for timing procedure execution and adding an articifial delay in development. + * Middleware for timing procedure execution and adding an artificial delay in development. * * You can remove this if you don't like it, but it can help catch unwanted waterfalls by simulating * network latency that would occur in production but not in local development. diff --git a/cli/template/extras/src/server/api/trpc-app/with-auth.ts b/cli/template/extras/src/server/api/trpc-app/with-auth.ts index a77672b2c5..3c688d34c2 100644 --- a/cli/template/extras/src/server/api/trpc-app/with-auth.ts +++ b/cli/template/extras/src/server/api/trpc-app/with-auth.ts @@ -76,7 +76,7 @@ export const createCallerFactory = t.createCallerFactory; export const createTRPCRouter = t.router; /** - * Middleware for timing procedure execution and adding an articifial delay in development. + * Middleware for timing procedure execution and adding an artificial delay in development. * * You can remove this if you don't like it, but it can help catch unwanted waterfalls by simulating * network latency that would occur in production but not in local development. diff --git a/cli/template/extras/src/server/api/trpc-app/with-db.ts b/cli/template/extras/src/server/api/trpc-app/with-db.ts index 1837df432b..4e24ba4373 100644 --- a/cli/template/extras/src/server/api/trpc-app/with-db.ts +++ b/cli/template/extras/src/server/api/trpc-app/with-db.ts @@ -74,7 +74,7 @@ export const createCallerFactory = t.createCallerFactory; export const createTRPCRouter = t.router; /** - * Middleware for timing procedure execution and adding an articifial delay in development. + * Middleware for timing procedure execution and adding an artificial delay in development. * * You can remove this if you don't like it, but it can help catch unwanted waterfalls by simulating * network latency that would occur in production but not in local development. diff --git a/cli/template/extras/src/server/api/trpc-pages/base.ts b/cli/template/extras/src/server/api/trpc-pages/base.ts index 8460e3750b..09445dacab 100644 --- a/cli/template/extras/src/server/api/trpc-pages/base.ts +++ b/cli/template/extras/src/server/api/trpc-pages/base.ts @@ -90,7 +90,7 @@ export const createCallerFactory = t.createCallerFactory; export const createTRPCRouter = t.router; /** - * Middleware for timing procedure execution and adding an articifial delay in development. + * Middleware for timing procedure execution and adding an artificial delay in development. * * You can remove this if you don't like it, but it can help catch unwanted waterfalls by simulating * network latency that would occur in production but not in local development. diff --git a/cli/template/extras/src/server/api/trpc-pages/with-auth-db.ts b/cli/template/extras/src/server/api/trpc-pages/with-auth-db.ts index c7043c272f..b0456c8f94 100644 --- a/cli/template/extras/src/server/api/trpc-pages/with-auth-db.ts +++ b/cli/template/extras/src/server/api/trpc-pages/with-auth-db.ts @@ -106,7 +106,7 @@ export const createCallerFactory = t.createCallerFactory; export const createTRPCRouter = t.router; /** - * Middleware for timing procedure execution and adding an articifial delay in development. + * Middleware for timing procedure execution and adding an artificial delay in development. * * You can remove this if you don't like it, but it can help catch unwanted waterfalls by simulating * network latency that would occur in production but not in local development. diff --git a/cli/template/extras/src/server/api/trpc-pages/with-auth.ts b/cli/template/extras/src/server/api/trpc-pages/with-auth.ts index 323f1d9a6b..3148e056f1 100644 --- a/cli/template/extras/src/server/api/trpc-pages/with-auth.ts +++ b/cli/template/extras/src/server/api/trpc-pages/with-auth.ts @@ -104,7 +104,7 @@ export const createCallerFactory = t.createCallerFactory; export const createTRPCRouter = t.router; /** - * Middleware for timing procedure execution and adding an articifial delay in development. + * Middleware for timing procedure execution and adding an artificial delay in development. * * You can remove this if you don't like it, but it can help catch unwanted waterfalls by simulating * network latency that would occur in production but not in local development. diff --git a/cli/template/extras/src/server/api/trpc-pages/with-db.ts b/cli/template/extras/src/server/api/trpc-pages/with-db.ts index 96a363064d..fd11499e57 100644 --- a/cli/template/extras/src/server/api/trpc-pages/with-db.ts +++ b/cli/template/extras/src/server/api/trpc-pages/with-db.ts @@ -93,7 +93,7 @@ export const createCallerFactory = t.createCallerFactory; export const createTRPCRouter = t.router; /** - * Middleware for timing procedure execution and adding an articifial delay in development. + * Middleware for timing procedure execution and adding an artificial delay in development. * * You can remove this if you don't like it, but it can help catch unwanted waterfalls by simulating * network latency that would occur in production but not in local development.