Skip to content

Commit 2ab92c5

Browse files
Grammar errors
Fixed a few grammatical errors.
1 parent a314e18 commit 2ab92c5

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -27,11 +27,11 @@ List of 300 VueJS Interview Questions
2727
|4 | [What are the conditional directives](#what-are-the-conditional-directives)|
2828
|5 | [What is the difference between v-show and v-if directives](#what-is-the-difference-between-v-show-and-v-if-directives)|
2929
|6 | [What is the purpose of v-for directive?](#what-is-the-purpose-of-v-for-directive)|
30-
|7 | [What is vue instance?](#what-is-vue-instance)|
31-
|8 | [How do you achieve conditional group of elements?](#how-do-you-achieve-conditional-group-of-elements)|
32-
|9 | [How do you reuse elements with key attribute?](#how-do-you-reuse-elements-with-key-attribute)|
33-
|10 | [Why should not use if and for directives together on the same element?](#why-should-not-use-if-and-for-directives-together-on-the-same-element)|
34-
|11 | [Why do you need to use key attribute on for directive?](#why-do-you-need-to-use-key-attribute-on-for-directive)|
30+
|7 | [What is a vue instance?](#what-is-vue-instance)|
31+
|8 | [How do you achieve a conditional group of elements?](#how-do-you-achieve-conditional-group-of-elements)|
32+
|9 | [How do you reuse elements with a key attribute?](#how-do-you-reuse-elements-with-key-attribute)|
33+
|10 | [Why should you not use if and for directives together on the same element?](#why-should-not-use-if-and-for-directives-together-on-the-same-element)|
34+
|11 | [Why do you need to use a key attribute on for directive?](#why-do-you-need-to-use-key-attribute-on-for-directive)|
3535
|12 | [What are the array detection mutation methods?](#what-are-the-array-detection-mutation-methods)|
3636
|13 | [What are the array detection non mutation methods?](#what-are-the-array-detection-non-mutation-methods)|
3737
|14 | [What are the caveats of array changes detection?](#what-are-the-caveats-of-array-changes-detection)|

0 commit comments

Comments
 (0)