8000 chore: fix typo · Kingwl/vue-function-api@1a93ed5 · GitHub
[go: up one dir, main page]

Skip to content

Commit 1a93ed5

Browse files
committed
chore: fix typo
1 parent 787ef61 commit 1a93ed5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/wrappers/AbstractWrapper.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ export default abstract class AbstractWrapper<V> {
2525
}
2626
);
2727
if (process.env.NODE_ENV !== 'production') {
28-
this.exposeToDevltool();
28+
this.exposeToDevtool();
2929
}
3030
} else if (process.env.NODE_ENV !== 'production') {
3131
if (hasOwn(vm.$data, propName)) {
@@ -42,5 +42,5 @@ export default abstract class AbstractWrapper<V> {
4242
}
4343
}
4444

45-
protected abstract exposeToDevltool(): void;
45+
protected abstract exposeToDevtool(): void;
4646
}

0 commit comments

Comments
 (0)
0