Skip to content

Commit

Permalink
docs: 📚️ fixing typo for navigationBarReducer (#114)
Browse files Browse the repository at this point in the history
  • Loading branch information
o-svetlichnyi authored Feb 22, 2021
1 parent 684dbdc commit d04de39
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/misc/faq.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ If you have components that should be available throughout the app, like a `Navi
import { combineReducers } from '@reduxjs/toolkit';
...

import { reducer } from 'components/NavigationBar/slice';
import { reducer as navigationBarReducer } from 'components/NavigationBar/slice';

export function createReducer(injectedReducers: InjectedReducersType = {}) {
const rootReducer = combineReducers({
Expand Down

0 comments on commit d04de39

Please sign in to comment.