Skip to content

Commit

Permalink
Added a missing word in fine-grained-reactivity.mdx (#942)
Browse files Browse the repository at this point in the history
  • Loading branch information
petercockerell-brt authored Nov 3, 2024
1 parent 51f3ec2 commit c94439f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/routes/advanced-concepts/fine-grained-reactivity.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ The effect takes a function that is called whenever _any_ of the signals it reli
To grasp the concept of reactivity, it is often helpful to construct a reactive system from scratch.

The following example will follow the observer pattern, where data entities (signals) will maintain a list of their subscribers (effects).
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.

Here is a basic code outline to begin:

Expand Down

0 comments on commit c94439f

Please sign in to comment.