Skip to content

Commit b2b54aa

Browse files
authored
Merge pull request #590 from naokie/hotfix/original-first-follow-katakana
2 parents 79dbe09 + eccd7a5 commit b2b54aa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/api/composition-api.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -191,7 +191,7 @@ const MyComponent = {
191191
): T
192192
```
193193

194-
Vue`Symbol` を拡張したジェネリック型の `InjectionKey` インターフェイスを提供しています。これはプロバイダとコンシューマの間で注入された値の型を同期するために使用できます:
194+
Vue`Symbol` を拡張したジェネリック型の `InjectionKey` インターフェイスを提供しています。これは Provider(プロバイダ)と Consumer(コンシューマ)の間で注入された値の型を同期するために使用できます:
195195

196196
```ts
197197
import { InjectionKey, provide, inject } from 'vue'

0 commit comments

Comments
 (0)