Skip to content

Commit 0321db1

Browse files
Update documentation/docs/02-runes/03-$derived.md
Co-authored-by: Yash Pandit <[email protected]>
1 parent cc4af6c commit 0321db1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

documentation/docs/02-runes/03-$derived.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ Derived state is declared with the `$derived` rune:
1919

2020
The expression inside `$derived(...)` should be free of side-effects. Svelte will disallow state changes (e.g. `count++`) inside derived expressions.
2121

22-
Subsequents results of a `$derived` expression are compared against its previous value. If they are referentially the same, the `$derived` won't propagate an update to its dependencies.
22+
Subsequent results of a `$derived` expression are compared against its previous value. If they are referentially the same, the `$derived` won't propagate an update to its dependencies.
2323

2424
```svelte
2525
<script>

0 commit comments

Comments
 (0)