Skip to content

Commit f9f96d0

Browse files
chore: fix typo (#1954)
Co-authored-by: Julius Marminge <[email protected]>
1 parent 10ca129 commit f9f96d0

File tree

9 files changed

+13
-8
lines changed

9 files changed

+13
-8
lines changed

.changeset/three-garlics-cheat.md

+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"create-t3-app": patch
3+
---
4+
5+
fix typo

cli/template/extras/src/server/api/trpc-app/base.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ export const createCallerFactory = t.createCallerFactory;
7171
export const createTRPCRouter = t.router;
7272

7373
/**
74-
* Middleware for timing procedure execution and adding an articifial delay in development.
74+
* Middleware for timing procedure execution and adding an artificial delay in development.
7575
*
7676
* You can remove this if you don't like it, but it can help catch unwanted waterfalls by simulating
7777
* network latency that would occur in production but not in local development.

cli/template/extras/src/server/api/trpc-app/with-auth-db.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ export const createCallerFactory = t.createCallerFactory;
7979
export const createTRPCRouter = t.router;
8080

8181
/**
82-
* Middleware for timing procedure execution and adding an articifial delay in development.
82+
* Middleware for timing procedure execution and adding an artificial delay in development.
8383
*
8484
* You can remove this if you don't like it, but it can help catch unwanted waterfalls by simulating
8585
* network latency that would occur in production but not in local development.

cli/template/extras/src/server/api/trpc-app/with-auth.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ export const createCallerFactory = t.createCallerFactory;
7676
export const createTRPCRouter = t.router;
7777

7878
/**
79-
* Middleware for timing procedure execution and adding an articifial delay in development.
79+
* Middleware for timing procedure execution and adding an artificial delay in development.
8080
*
8181
* You can remove this if you don't like it, but it can help catch unwanted waterfalls by simulating
8282
* network latency that would occur in production but not in local development.

cli/template/extras/src/server/api/trpc-app/with-db.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ export const createCallerFactory = t.createCallerFactory;
7474
export const createTRPCRouter = t.router;
7575

7676
/**
77-
* Middleware for timing procedure execution and adding an articifial delay in development.
77+
* Middleware for timing procedure execution and adding an artificial delay in development.
7878
*
7979
* You can remove this if you don't like it, but it can help catch unwanted waterfalls by simulating
8080
* network latency that would occur in production but not in local development.

cli/template/extras/src/server/api/trpc-pages/base.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ export const createCallerFactory = t.createCallerFactory;
9090
export const createTRPCRouter = t.router;
9191

9292
/**
93-
* Middleware for timing procedure execution and adding an articifial delay in development.
93+
* Middleware for timing procedure execution and adding an artificial delay in development.
9494
*
9595
* You can remove this if you don't like it, but it can help catch unwanted waterfalls by simulating
9696
* network latency that would occur in production but not in local development.

cli/template/extras/src/server/api/trpc-pages/with-auth-db.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ export const createCallerFactory = t.createCallerFactory;
106106
export const createTRPCRouter = t.router;
107107

108108
/**
109-
* Middleware for timing procedure execution and adding an articifial delay in development.
109+
* Middleware for timing procedure execution and adding an artificial delay in development.
110110
*
111111
* You can remove this if you don't like it, but it can help catch unwanted waterfalls by simulating
112112
* network latency that would occur in production but not in local development.

cli/template/extras/src/server/api/trpc-pages/with-auth.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ export const createCallerFactory = t.createCallerFactory;
104104
export const createTRPCRouter = t.router;
105105

106106
/**
107-
* Middleware for timing procedure execution and adding an articifial delay in development.
107+
* Middleware for timing procedure execution and adding an artificial delay in development.
108108
*
109109
* You can remove this if you don't like it, but it can help catch unwanted waterfalls by simulating
110110
* network latency that would occur in production but not in local development.

cli/template/extras/src/server/api/trpc-pages/with-db.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ export const createCallerFactory = t.createCallerFactory;
9393
export const createTRPCRouter = t.router;
9494

9595
/**
96-
* Middleware for timing procedure execution and adding an articifial delay in development.
96+
* Middleware for timing procedure execution and adding an artificial delay in development.
9797
*
9898
* You can remove this if you don't like it, but it can help catch unwanted waterfalls by simulating
9999
* network latency that would occur in production but not in local development.

0 commit comments

Comments
 (0)