From 4e0a7f2a9b25115a3bfbb8c00884cb099f306eb5 Mon Sep 17 00:00:00 2001 From: Abrar A Date: Mon, 13 Dec 2021 16:20:19 +0100 Subject: [PATCH] Added comma for better readability. --- src/guide/composition-api-introduction.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/guide/composition-api-introduction.md b/src/guide/composition-api-introduction.md index 695cc9cacb..079c380bfe 100644 --- a/src/guide/composition-api-introduction.md +++ b/src/guide/composition-api-introduction.md @@ -67,7 +67,7 @@ It would be much nicer if we could collocate code related to the same logical co ## Basics of Composition API -Now that we know the **why** we can get to the **how**. To start working with the Composition API we first need a place where we can actually use it. In a Vue component, we call this place the `setup`. +Now that we know the **why**, we can get to the **how**. To start working with the Composition API we first need a place where we can actually use it. In a Vue component, we call this place the `setup`. ### `setup` Component Option