Skip to content

Commit 3519f50

Browse files
committed
Fix typo in README
1 parent a93df66 commit 3519f50

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ debugging tools built into NuclearJS.
1616
in other flux implementations.
1717

1818
4. NuclearJS is insanely efficient - change detection granularity is infinitessimal, you can even observe computed state where several pieces of the state
19-
map are combined togther an run through a transform function. Nuclear is smart enough to know when the value of any computed changes and only call its observer
19+
map are combined togther and run through a transform function. Nuclear is smart enough to know when the value of any computed changes and only call its observer
2020
if and only if its value changed in a way that is orders of magntitude more efficient than traditional dirty checking. It does this by leveraging ImmutableJS data
2121
structure and using a `state1 !== state2` reference comparison which runs in constant time.
2222

0 commit comments

Comments
 (0)