diff --git a/src/api/refs-api.md b/src/api/refs-api.md index 6fcdbb67fc..8db87b61c0 100644 --- a/src/api/refs-api.md +++ b/src/api/refs-api.md @@ -16,7 +16,7 @@ count.value++ console.log(count.value) // 1 ``` -If an object is assigned as a ref's value, the object is made deeply reactive by the [reactive](./basic-reactivity.html#reactive) method. +If an object is assigned as a ref's value, the object is made deeply reactive by the [reactive](./basic-reactivity.html#reactive) function. **Typing:**