Skip to content
This repository was archived by the owner on Nov 27, 2019. It is now read-only.

Commit

Permalink
docs(store): Grammatical and inconsistency errors
Browse files Browse the repository at this point in the history
  • Loading branch information
LukeHowellDev authored and brandonroberts committed Apr 26, 2018
1 parent db6421c commit 739e80a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/store/setup.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ export function counter(state: number = 0, action: Action) {
```

To register the global state container within your application, import those reducers and use the `StoreModule.forRoot`
function in the `imports` array them in the `AppModule`.
function in the `imports` array them in the `AppModule`:

```ts
import { NgModule } from '@angular/core';
Expand Down

0 comments on commit 739e80a

Please sign in to comment.