Skip to content

Commit

Permalink
chore: typo
Browse files Browse the repository at this point in the history
  • Loading branch information
yyx990803 committed Apr 27, 2024
1 parent 169ebfe commit 03f87a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/shared/src/typeUtils.ts
Expand Up @@ -23,7 +23,7 @@ export type Awaited<T> = T extends null | undefined
: T // non-object or non-thenable

/**
* Utility for extracting the paramteres from a function overload (for typed emits)
* Utility for extracting the parameters from a function overload (for typed emits)
* https://github.com/microsoft/TypeScript/issues/32164#issuecomment-1146737709
*/
export type OverloadParameters<T extends (...args: any[]) => any> = Parameters<
Expand Down

0 comments on commit 03f87a7

Please sign in to comment.