Skip to content

Commit cfeabfb

Browse files
authored
docs: fixed typo (#3227)
Updated verb to match the plural subject. From "effects that depends on..." to "effects that depend on..."
1 parent 5a1e8c2 commit cfeabfb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/api/reactivity-advanced.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ Shallow version of [`ref()`](./reactivity-core#ref).
3838

3939
## triggerRef() {#triggerref}
4040

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.
4242

4343
- **Type**
4444

0 commit comments

Comments
 (0)