Skip to content

Commit f75d034

Browse files
author
Dany Marcoux
authored
Fix typo in composition-api-introduction.md (vuejs#453)
1 parent 20ec843 commit f75d034

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/guide/composition-api-introduction.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ It would be much nicer if we could collocate code related to the same logical co
6262

6363
## Basics of Composition API
6464

65-
Now that we know the **why** we can get to the **how**. To start working with the Compsition API we first need a place where we can actually use it. In a Vue component, we call this place the `setup`.
65+
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`.
6666

6767
### `setup` Component Option
6868

0 commit comments

Comments
 (0)