Skip to content

Commit 2baf521

Browse files
leoelzbencodezen
andauthored
Update src/guide/reusability/plugins.md
Co-authored-by: Ben Hong <[email protected]>
1 parent 0a95194 commit 2baf521

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/guide/reusability/plugins.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ Use global properties scarcely, since it can quickly become confusing if too man
9797

9898
### Provide / Inject with Plugins {#provide-inject-with-plugins}
9999

100-
Plugins also allow us to use `provide` to provide a function or attribute to the plugin's users. For example, we can allow the application to have access to the `options` parameter to be able to use the translations object.
100+
Plugins also allow us to use `provide` to give plugin users access to a function or attribute. For example, we can allow the application to have access to the `options` parameter to be able to use the translations object.
101101

102102
```js{10}
103103
// plugins/i18n.js

0 commit comments

Comments
 (0)