There was an error while loading. Please reload this page.
1 parent 87a24a2 commit 5a24e12Copy full SHA for 5a24e12
1 file changed
src/routes/concepts/effects.mdx
@@ -28,7 +28,7 @@ When the value of `count` changes, the effect is triggered, causing it to run ag
28
29
Effects can be set to observe any number of dependencies.
30
Dependencies are what allow an effect to track changes and respond accordingly.
31
-These can include signals, variables, props, context, or any other reactive values.
+These can include signals, props, context, or any other reactive values.
32
When any of these change, the effect is notified and will run again to update its state.
33
34
Upon initialization, an effect will run _once_, regardless of whether it has any dependencies.
0 commit comments