Skip to content

Commit 93172b9

Browse files
authored
Added comma for better readability. (#1377)
1 parent 5136ad7 commit 93172b9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/guide/composition-api-introduction.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ It would be much nicer if we could collocate code related to the same logical co
6767

6868
## Basics of Composition API
6969

70-
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`.
70+
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`.
7171

7272
### `setup` Component Option
7373

0 commit comments

Comments
 (0)