diff --git a/packages/core/src/types/index.ts b/packages/core/src/types/index.ts index d40e4da..16b4e96 100644 --- a/packages/core/src/types/index.ts +++ b/packages/core/src/types/index.ts @@ -90,11 +90,11 @@ export type InspectorContext = */ export type Inspector = Interceptor; /** - * @deprecated This is a typo. Use `InspectorFn` instead. + * @deprecated This is a typo. Use `InterceptorFn` instead. */ export type InspectorFn = InterceptorFn; /** - * @deprecated This is a typo. Use `InspectorObject` instead. + * @deprecated This is a typo. Use `InterceptorObject` instead. */ export type InspectorObject = InterceptorObject;