Skip to content

Commit ff7922a

Browse files
authored
chore(vue): fix typo in comments (#23192)
1 parent 2d07d82 commit ff7922a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/vue/src/vue-component-lib/overlays.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ export const defineOverlayContainer = <Props extends object>(name: string, compo
99
/**
1010
* Vue 3.0.6 fixed a bug where events on custom elements
1111
* were always converted to lower case, so "ionRefresh"
12-
* became "ionRefresh". We need to account for the old
12+
* became "ionrefresh". We need to account for the old
1313
* issue as well as the new behavior where "ionRefresh"
1414
* is converted to "ion-refresh".
1515
* See https://github.com/vuejs/vue-next/pull/2847

0 commit comments

Comments
 (0)