Skip to content

Commit 43ec845

Browse files
authored
Typo
1 parent 0cecbbe commit 43ec845

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4929,7 +4929,7 @@ List of 300 VueJS Interview Questions
49294929
**[⬆ Back to Top](#table-of-contents)**
49304930
49314931
228. ### What is the reason for recommendation for multi-word component names?
4932-
Component names should always be multi-word, except for root level or built-in vue components(such as `<transition>` or `<component>` etc). This recommendation is to prevents conflicts with existing and future HTML elements, since all HTML elements are a single word.
4932+
Component names should always be multi-word, except for root level or built-in vue components(such as `<transition>` or `<component>` etc). This recommendation is to prevent conflicts with existing and future HTML elements, since all HTML elements are a single word.
49334933
```js
49344934
Vue.component('user', { //bad approach
49354935
// ...

0 commit comments

Comments
 (0)