Skip to content

Commit

Permalink
[Content]: Add a missing period (#711)
Browse files Browse the repository at this point in the history
  • Loading branch information
simovicaleksa authored May 13, 2024
1 parent d7419e2 commit 21519d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/routes/concepts/effects.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ When the value of `count` changes, the effect is triggered, causing it to run ag

Effects can be set to observe any number of dependencies.
Dependencies are what allow an effect to track changes and respond accordingly.
These can include signals, variables, props, context, or any other reactive values
These can include signals, variables, props, context, or any other reactive values.
When any of these change, the effect is notified and will run again to update its state.

Upon initialization, an effect will run _once_, regardless of whether it has any dependencies.
Expand Down

0 comments on commit 21519d6

Please sign in to comment.