Skip to content

Commit 9674ef2

Browse files
authored
Merge branch 'main' into feat/group-icons
2 parents e599f69 + d1b3d3b commit 9674ef2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/guide/reusability/plugins.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ Use global properties scarcely, since it can quickly become confusing if too man
9696

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

99-
Plugins also allow us to use `inject` 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.
99+
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.
100100

101101
```js{10} [plugins/i18n.js]
102102
export default {

0 commit comments

Comments
 (0)