Skip to content

Commit c94439f

Browse files
Added a missing word in fine-grained-reactivity.mdx (#942)
1 parent 51f3ec2 commit c94439f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/routes/advanced-concepts/fine-grained-reactivity.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ The effect takes a function that is called whenever _any_ of the signals it reli
7373
To grasp the concept of reactivity, it is often helpful to construct a reactive system from scratch.
7474

7575
The following example will follow the observer pattern, where data entities (signals) will maintain a list of their subscribers (effects).
76-
This is a way to notify subscribers whenever a signal they changes.
76+
This is a way to notify subscribers whenever a signal they observe changes.
7777

7878
Here is a basic code outline to begin:
7979

0 commit comments

Comments
 (0)