8000 docs: fix typo · vuejs/vue-class-component@fd98c7b · GitHub
[go: up one dir, main page]

Skip to content

Commit fd98c7b

Browse files
authored
docs: fix typo
1 parent cf8ce5a commit fd98c7b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/guide/extend-and-mixins.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
## Extend
44

5-
You can extend an existing class compnent as native class inheritance. Imagine you have following super class component:
5+
You can extend an existing class component as native class inheritance. Imagine you have following super class component:
66

77
```js
88
// super.js

0 commit comments

Comments
 (0)
0