We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 51f3ec2 commit c94439fCopy full SHA for c94439f
src/routes/advanced-concepts/fine-grained-reactivity.mdx
@@ -73,7 +73,7 @@ The effect takes a function that is called whenever _any_ of the signals it reli
73
To grasp the concept of reactivity, it is often helpful to construct a reactive system from scratch.
74
75
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.
+This is a way to notify subscribers whenever a signal they observe changes.
77
78
Here is a basic code outline to begin:
79
0 commit comments