Skip to content

Commit

Permalink
chore: typo dormal -> normal (#910)
Browse files Browse the repository at this point in the history
Co-authored-by: Jake Eldred <jacob.eldred@cimpress.com>
  • Loading branch information
Juniper-Eldred and Jake Eldred authored Jan 2, 2023
1 parent 2a548fb commit 49f94e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/types/types-external.ts
Original file line number Diff line number Diff line change
Expand Up @@ -219,7 +219,7 @@ export interface IProduce {
listener?: PatchListener
): Base

/** Promisified dormal producer */
/** Promisified normal producer */
<Base, D = Draft<Base>>(
base: Base,
recipe: (draft: D) => Promise<ValidRecipeReturnType<D>>,
Expand Down

0 comments on commit 49f94e1

Please sign in to comment.