You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/api/reactivity-advanced.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -38,7 +38,7 @@ Shallow version of [`ref()`](./reactivity-core#ref).
38
38
39
39
## triggerRef() {#triggerref}
40
40
41
-
Force trigger effects that depends on a [shallow ref](#shallowref). This is typically used after making deep mutations to the inner value of a shallow ref.
41
+
Force trigger effects that depend on a [shallow ref](#shallowref). This is typically used after making deep mutations to the inner value of a shallow ref.
0 commit comments