Skip to content

Commit

Permalink
chore: fix jsdoc typo
Browse files Browse the repository at this point in the history
  • Loading branch information
ifshizuku committed Apr 21, 2024
1 parent 1aae38d commit 63aea39
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/core/src/types/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -90,11 +90,11 @@ export type InspectorContext<C extends Commands = Commands> =
*/
export type Inspector<C extends Commands = Commands> = Interceptor<C>;
/**
* @deprecated This is a typo. Use `InspectorFn` instead.
* @deprecated This is a typo. Use `InterceptorFn` instead.
*/
export type InspectorFn<C extends Commands = Commands> = InterceptorFn<C>;
/**
* @deprecated This is a typo. Use `InspectorObject` instead.
* @deprecated This is a typo. Use `InterceptorObject` instead.
*/
export type InspectorObject<C extends Commands = Commands> =
InterceptorObject<C>;
Expand Down

0 comments on commit 63aea39

Please sign in to comment.