Skip to content

Commit eccd7a5

Browse files
committed
fix: come original first, followed katakana
1 parent 6a427aa commit eccd7a5

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)