Skip to content

Commit 7b0ba5f

Browse files
committed
upd
1 parent 228129a commit 7b0ba5f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/overview/relation/reactjs.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ Interpolating attributes uses `{ object }` and not `{ ...object }` and must appe
6060

6161
## Preventing outdated captures
6262

63-
As in React.js, it is rarely possible to accidentally capture the outdated value of a state in nested functions. To prevent this, it is a common pratice to declare a store that reflects the state's current value, as the following component demonstrates.
63+
As in React.js, in Jet+Fuse it is rarely possible to accidentally capture the outdated value of a state in nested functions. To prevent this, it is a common pratice to declare a store that reflects the state's current value, as the following component demonstrates.
6464

6565
```
6666
package com.business.components {

0 commit comments

Comments
 (0)