diff --git a/packages/vue/src/types.ts b/packages/vue/src/types.ts index 164878449ed9..0ed2f773ca2d 100644 --- a/packages/vue/src/types.ts +++ b/packages/vue/src/types.ts @@ -1,7 +1,7 @@ /* eslint-disable @typescript-eslint/no-explicit-any */ import type { BrowserOptions } from '@sentry/browser'; -// This is not great, but kinda necessary to make it woth with Vue@2 and Vue@3 at the same time. +// This is not great, but kinda necessary to make it work with Vue@2 and Vue@3 at the same time. export interface Vue { config: { errorHandler?: any;