Skip to content

Commit 9492223

Browse files
committed
clarity
1 parent ddbea22 commit 9492223

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/routes/reference/tracking.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ Let's look at some examples where we can apply **the tracking rule of thumb** to
5151
5252
### Derived State
5353
54-
In this example, `doubleCount` will never update because it was accessed outside of a tracking context.
54+
In this example, the paragraph won't update when `count` changes, because `count` was accessed outside of a reactive context.
5555
5656
```jsx
5757
function Counter() {

0 commit comments

Comments
 (0)