Skip to content

Commit 7ae5da4

Browse files
Nate Riddermanmpetuska
Nate Ridderman
authored andcommitted
Update Threading.md
1 parent ad6b3af commit 7ae5da4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: website/docs/introduction/Threading.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ hide_title: true
77

88
# Redux on Multi-threaded Platforms
99

10-
TLDR; use [createThreadSafeStore()](../api/createThreadSafeStore.md), unless your Javascript only
10+
TLDR; use [createThreadSafeStore()](../api/createThreadSafeStore.md), unless your app is Javascript only.
1111

1212
Redux in multi-threaded environments brings additional concerns that are not present in redux
1313
for Javascript. Javascript is single threaded, so Redux.js did not have to address the issue.

0 commit comments

Comments
 (0)