You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/guide/composition-api-introduction.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -67,7 +67,7 @@ It would be much nicer if we could collocate code related to the same logical co
67
67
68
68
## Basics of Composition API
69
69
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`.
0 commit comments