Skip to content

Commit

Permalink
docs(Store): fix typo in Extracting a pipeable operator section
Browse files Browse the repository at this point in the history
  • Loading branch information
macbem committed Jun 26, 2018
1 parent be28d8d commit 454bced
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/store/selectors.md
Original file line number Diff line number Diff line change
Expand Up @@ -280,7 +280,7 @@ export const selectFilteredValues = pipe(
);

store.pipe(selectFilteredValues)
.subcribe(/* .. */);
.subscribe(/* .. */);
```

### Advanced Example: Select the last {n} state transitions
Expand Down

0 comments on commit 454bced

Please sign in to comment.