Skip to content

Commit

Permalink
docs: fix typo in utility-types.md (#7746)
Browse files Browse the repository at this point in the history
  • Loading branch information
Flouse authored Mar 4, 2023
1 parent c3cbf64 commit 2a466da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/docs/typescript/utility-types.md
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ It takes three generic parameters:
|:--------|:---------------------------------------------------------------------------------|
| `TData` | The Prisma model that'll be returned |
| `TName` | (Optional) the name of the model. ("post" in the example below) |
| `TKeys` | (optional) the keys(s) used to define the scenario. ("one" in the example below) |
| `TKeys` | (optional) the key(s) used to define the scenario. ("one" in the example below) |

We know this is a lot of generics, but that's so you get to choose how specific you want to be with the types!

Expand Down

0 comments on commit 2a466da

Please sign in to comment.