Skip to content

Commit b0a5c34

Browse files
author
Guillaume Chau
committed
chore: fix comment typo
1 parent 6019f67 commit b0a5c34

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ export default plugin;
2424
export { default as createElement } from './createElement';
2525
export { SetupContext };
2626
export { createComponent, ComponentRenderProxy, PropType, PropOptions } from './component';
27-
// For getting a gold of the interal instance in setup() - useful for advanced
27+
// For getting a hold of the interal instance in setup() - useful for advanced
2828
// plugins
2929
export { getCurrentVM as getCurrentInstance } from './runtimeContext';
3030

0 commit comments

Comments
 (0)