diff --git a/index.d.ts b/index.d.ts index b0b4093..1dcb53d 100644 --- a/index.d.ts +++ b/index.d.ts @@ -18,7 +18,7 @@ interface NuxtAxiosInstance extends AxiosInstance { onResponse(callback: (response: AxiosResponse) => void): void; onError(callback: (error: AxiosError) => void): void; onRequestError(callback: (error: AxiosError) => void): void; - onResponseErro(callback: (error: AxiosError) => void): void; + onResponseError(callback: (error: AxiosError) => void): void; } declare module 'vue/types/vue' {