We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3b7c2e2 commit 1334fd2Copy full SHA for 1334fd2
src/guide/reusability/plugins.md
@@ -97,7 +97,7 @@ app.use(i18nPlugin, {
97
98
### プラグインを使った Provide / Inject {#provide-inject-with-plugins}
99
100
-プラグインは `inject` を使用して、ユーザーに関数や属性を提供することもできます。例えば、翻訳オブジェクトを使用できるようにするため、アプリケーションが `options` 引数へアクセスできるようにします。
+プラグインは `provide` を使用して、ユーザーに関数や属性へのアクセスを提供することもできます。例えば、翻訳オブジェクトを使用できるようにするため、アプリケーションが `options` 引数へアクセスできるようにします。
101
102
```js{10}
103
// plugins/i18n.js
0 commit comments