From 2ab92c5725cbb52bbe3d7ed29e41d0b7d687bacc Mon Sep 17 00:00:00 2001 From: BFDITennisBall <91634535+BFDITennisBall@users.noreply.github.com> Date: Thu, 25 Aug 2022 17:31:42 -0400 Subject: [PATCH] Grammar errors Fixed a few grammatical errors. --- README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index c89f061..5ee56dd 100644 --- a/README.md +++ b/README.md @@ -27,11 +27,11 @@ List of 300 VueJS Interview Questions |4 | [What are the conditional directives](#what-are-the-conditional-directives)| |5 | [What is the difference between v-show and v-if directives](#what-is-the-difference-between-v-show-and-v-if-directives)| |6 | [What is the purpose of v-for directive?](#what-is-the-purpose-of-v-for-directive)| -|7 | [What is vue instance?](#what-is-vue-instance)| -|8 | [How do you achieve conditional group of elements?](#how-do-you-achieve-conditional-group-of-elements)| -|9 | [How do you reuse elements with key attribute?](#how-do-you-reuse-elements-with-key-attribute)| -|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)| -|11 | [Why do you need to use key attribute on for directive?](#why-do-you-need-to-use-key-attribute-on-for-directive)| +|7 | [What is a vue instance?](#what-is-vue-instance)| +|8 | [How do you achieve a conditional group of elements?](#how-do-you-achieve-conditional-group-of-elements)| +|9 | [How do you reuse elements with a key attribute?](#how-do-you-reuse-elements-with-key-attribute)| +|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)| +|11 | [Why do you need to use a key attribute on for directive?](#why-do-you-need-to-use-key-attribute-on-for-directive)| |12 | [What are the array detection mutation methods?](#what-are-the-array-detection-mutation-methods)| |13 | [What are the array detection non mutation methods?](#what-are-the-array-detection-non-mutation-methods)| |14 | [What are the caveats of array changes detection?](#what-are-the-caveats-of-array-changes-detection)|