Skip to content

Commit

Permalink
chore(docs): Fix import path in entity example (#530)
Browse files Browse the repository at this point in the history
  • Loading branch information
progral authored and brandonroberts committed Oct 27, 2017
1 parent ab7de5c commit f50690f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/entity/adapter.md
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ export interface User {
`user.actions.ts`

```ts
import { Action } from '@ngrx/action';
import { Action } from '@ngrx/store';
import { User } from './user.model';

export const LOAD_USERS = '[User] Load Users';
Expand Down

0 comments on commit f50690f

Please sign in to comment.