Skip to content

Commit 41feaa3

Browse files
authored
Merge pull request #369 from colorbox/fix_typo_on_composition-api-introduction
2 parents 7dea3af + 722c133 commit 41feaa3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/guide/composition-api-introduction.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,7 @@ import { ref } from 'vue'
143143
const counter = ref(0)
144144
```
145145

146-
`ref` は引数を受け取って、それを `value` プロパティを持つにオブジェクトでラップして返します。これを利用して、リアクティブな変数の値にアクセスしたり、変更したりします。
146+
`ref` は引数を受け取って、それを `value` プロパティを持つオブジェクトでラップして返します。これを利用して、リアクティブな変数の値にアクセスしたり、変更したりします。
147147

148148
```js
149149
import { ref } from 'vue'

0 commit comments

Comments
 (0)