diff --git a/docs/store/selectors.md b/docs/store/selectors.md index 03e19e9875..69a455017c 100644 --- a/docs/store/selectors.md +++ b/docs/store/selectors.md @@ -280,7 +280,7 @@ export const selectFilteredValues = pipe( ); store.pipe(selectFilteredValues) - .subcribe(/* .. */); + .subscribe(/* .. */); ``` ### Advanced Example: Select the last {n} state transitions