Skip to content

Commit

Permalink
chore(docs): add missing from in store/api.
Browse files Browse the repository at this point in the history
  • Loading branch information
aitboudad authored Sep 21, 2017
1 parent ddb2f97 commit 5eb2609
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/store/api.md
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,7 @@ the Store API and a `Provider` to register the meta reducers through dependency
injection.

```ts
import { MetaReducer, META_REDUCERS } '@ngrx/store';
import { MetaReducer, META_REDUCERS } from '@ngrx/store';
import { SomeService } from './some.service';

export function getMetaReducers(some: SomeService): MetaReducer[] {
Expand Down

0 comments on commit 5eb2609

Please sign in to comment.