Skip to content
This repository was archived by the owner on Jun 26, 2020. It is now read-only.

Commit e535414

Browse files
committed
Merge pull request #165 from kassens/typo
Fix typo
2 parents 690f8b3 + 5541732 commit e535414

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

frontend/Store.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ type ContextMenu = {
3737
* This is the main frontend [fluxy?] Store, responsible for taking care of
3838
* state. It emits events when things change that you can subscribe to. The
3939
* best way to interact with the Store (if you are a React Component) is to
40-
* use the `dectorator` in `dectorator.js`. The top-level component (defined
40+
* use the decorator in `decorate.js`. The top-level component (defined
4141
* by a shell) is generally responsible for creating the Store connecting it
4242
* up to a bridge, and putting it on `context` so the decorator can access it.
4343
*

0 commit comments

Comments
 (0)