Update docs

This commit is contained in:
aaron 2024-07-03 15:34:16 +01:00
parent 000def5bc2
commit 14f8d38a35
8 changed files with 34 additions and 37 deletions

View file

@ -18,10 +18,10 @@ target instance.
The result of the function is applied to a target in the same way
properties are using `create()`.
The function is ran in a new reactive scope, just like
The function is ran in a new stable scope, just like
[root()](reactivity-core.md#root).
Returns a function that when called will destroy the reactive scope.
Returns a function that when called will destroy the stable scope.
- **Example**
@ -170,7 +170,7 @@ A wrapper for `action()` to listen for property changes.
Will run the given callback any time the property is changed, as well as
when the action is initially run.
The changed connection is disconnected when the reactive scope the action is
ran in is destroyed.
The changed connection is disconnected when the scope the action is ran in
is destroyed.
Runs with an action priority of 1.