Skip to content

Commit dceccbb

Browse files
authored
Update reactivity-core.md (vuejs#2068)
The wrong form of 'to be' verb is used here.
1 parent 76f52ec commit dceccbb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/api/reactivity-core.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ Takes an inner value and returns a reactive and mutable ref object, which has a
2323

2424
- **Details**
2525

26-
The ref object is mutable - i.e. you can assign new values to `.value`. It is also reactive - i.e. any read operations to `.value` is tracked, and write operations will trigger associated effects.
26+
The ref object is mutable - i.e. you can assign new values to `.value`. It is also reactive - i.e. any read operations to `.value` are tracked, and write operations will trigger associated effects.
2727

2828
If an object is assigned as a ref's value, the object is made deeply reactive with [reactive()](#reactive). This also means if the object contains nested refs, they will be deeply unwrapped.
2929

0 commit comments

Comments
 (0)