Skip to content

Commit 1334fd2

Browse files
authored
docs: improve phrasing for provide/inject in plugins.md (#2572)
1 parent 3b7c2e2 commit 1334fd2

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
@@ -97,7 +97,7 @@ app.use(i18nPlugin, {
9797

9898
### プラグインを使った Provide / Inject {#provide-inject-with-plugins}
9999

100-
プラグインは `inject` を使用して、ユーザーに関数や属性を提供することもできます。例えば、翻訳オブジェクトを使用できるようにするため、アプリケーションが `options` 引数へアクセスできるようにします。
100+
プラグインは `provide` を使用して、ユーザーに関数や属性へのアクセスを提供することもできます。例えば、翻訳オブジェクトを使用できるようにするため、アプリケーションが `options` 引数へアクセスできるようにします。
101101

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

0 commit comments

Comments
 (0)