Skip to content

Commit

Permalink
docs: fix grammar in disclaimer
Browse files Browse the repository at this point in the history
  • Loading branch information
bencodezen committed Aug 10, 2020
1 parent 803ef66 commit 38c72c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/guide/composition-api-provide-inject.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Provide / Inject

> This guide assumes that you have already read the [Provide / Inject](component-provide-inject.html), [Composition API Introduction](composition-api-introduction.html), and [Reactivity Fundamentals](reactivity-fundamentals.html).
> This guide assumes that you have already read [Provide / Inject](component-provide-inject.html), [Composition API Introduction](composition-api-introduction.html), and [Reactivity Fundamentals](reactivity-fundamentals.html).
We can use [provide / inject](component-provide-inject.html) with the Composition API as well. Both can only be called during [`setup()`](composition-api-setup.html) with a current active instance.

Expand Down

0 comments on commit 38c72c4

Please sign in to comment.