Skip to content

Commit

Permalink
chore: fix typo (#1954)
Browse files Browse the repository at this point in the history
Co-authored-by: Julius Marminge <[email protected]>
  • Loading branch information
ronanru and juliusmarminge authored Aug 19, 2024
1 parent 10ca129 commit f9f96d0
Show file tree
Hide file tree
Showing 9 changed files with 13 additions and 8 deletions.
5 changes: 5 additions & 0 deletions .changeset/three-garlics-cheat.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"create-t3-app": patch
---

fix typo
2 changes: 1 addition & 1 deletion cli/template/extras/src/server/api/trpc-app/base.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
2 changes: 1 addition & 1 deletion cli/template/extras/src/server/api/trpc-app/with-auth.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
2 changes: 1 addition & 1 deletion cli/template/extras/src/server/api/trpc-app/with-db.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
2 changes: 1 addition & 1 deletion cli/template/extras/src/server/api/trpc-pages/base.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
2 changes: 1 addition & 1 deletion cli/template/extras/src/server/api/trpc-pages/with-auth.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
2 changes: 1 addition & 1 deletion cli/template/extras/src/server/api/trpc-pages/with-db.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit f9f96d0

Please sign in to comment.