Skip to content

Commit

Permalink
Merge pull request #8 from jeffhuys/patch-1
Browse files Browse the repository at this point in the history
Update reducers.md: fix newlines
  • Loading branch information
orizens authored Mar 8, 2019
2 parents 7bc226d + 2bed297 commit d771f69
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/reducers.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,8 @@
```
### Reducer "barrel" with "index.ts"
**DO** create an "index.ts" barrel for exporing reducer's files/class
**Why?** it's easier to import any of the relevant reducer's entities through the reducer's directory path.
**Why?** shorter path leads to less verbose path.
**Why?** it's easier to import any of the relevant reducer's entities through the reducer's directory path.
**Why?** shorter path leads to less verbose path.

```typescript
export * from './app-player.reducer';
Expand Down

0 comments on commit d771f69

Please sign in to comment.