Skip to content

Commit

Permalink
[docs] add missing comma in redux use-case docs
Browse files Browse the repository at this point in the history
  • Loading branch information
alexnix authored Dec 28, 2022
1 parent 47640e1 commit 9dba148
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hygen.io/docs/redux.md
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ After running it, we end up with this:
// ... some bootstrapping code ...
const modules = [
require('chat').default
require('chat').default,
require('auth').default,
require('app').default
]
Expand Down

0 comments on commit 9dba148

Please sign in to comment.