Skip to content

Commit 49f94e1

Browse files
Juniper-EldredJake Eldred
and
Jake Eldred
authored
chore: typo dormal -> normal (#910)
Co-authored-by: Jake Eldred <[email protected]>
1 parent 2a548fb commit 49f94e1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/types/types-external.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -219,7 +219,7 @@ export interface IProduce {
219219
listener?: PatchListener
220220
): Base
221221

222-
/** Promisified dormal producer */
222+
/** Promisified normal producer */
223223
<Base, D = Draft<Base>>(
224224
base: Base,
225225
recipe: (draft: D) => Promise<ValidRecipeReturnType<D>>,

0 commit comments

Comments
 (0)