We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ddbea22 commit 9492223Copy full SHA for 9492223
src/routes/reference/tracking.mdx
@@ -51,7 +51,7 @@ Let's look at some examples where we can apply **the tracking rule of thumb** to
51
52
### Derived State
53
54
-In this example, `doubleCount` will never update because it was accessed outside of a tracking context.
+In this example, the paragraph won't update when `count` changes, because `count` was accessed outside of a reactive context.
55
56
```jsx
57
function Counter() {
0 commit comments