Skip to content

Commit

Permalink
Merge pull request jondot#418 from alexnix/patch-1
Browse files Browse the repository at this point in the history
[docs] add missing comma in redux use-case docs
  • Loading branch information
jondot authored Mar 15, 2023
2 parents da62ce8 + 9dba148 commit 26f76d8
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 26f76d8

Please sign in to comment.