Skip to content

Commit c078676

Browse files
chore(vue): Fix typo in types.ts JSDoc (#10332)
1 parent 96190d7 commit c078676

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/vue/src/types.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/* eslint-disable @typescript-eslint/no-explicit-any */
22
import type { BrowserOptions } from '@sentry/browser';
33

4-
// This is not great, but kinda necessary to make it woth with Vue@2 and Vue@3 at the same time.
4+
// This is not great, but kinda necessary to make it work with Vue@2 and Vue@3 at the same time.
55
export interface Vue {
66
config: {
77
errorHandler?: any;

0 commit comments

Comments
 (0)