Skip to content

Commit

Permalink
chore(docs): Fix link to createFeatureSelector section (#638)
Browse files Browse the repository at this point in the history
  • Loading branch information
hadrien-toma authored and brandonroberts committed Dec 12, 2017
1 parent b7a554a commit 561542c
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 @@ -96,7 +96,7 @@ export const reducers: ActionReducerMap<any> = {
export class FeatureModule {}
```

The feature state is added to the global application state once the feature is loaded. The feature state can then be selected using the [./selectors.md#createFeatureSelector](createFeatureSelector) convenience method.
The feature state is added to the global application state once the feature is loaded. The feature state can then be selected using the [createFeatureSelector](./selectors.md#createFeatureSelector) convenience method.

## Injecting Reducers

Expand Down

0 comments on commit 561542c

Please sign in to comment.