Skip to content

Commit 7d23fdb

Browse files
tiangolobrandonroberts
authored andcommitted
chore(docs): Update store README text (#238)
1 parent 4aec80c commit 7d23fdb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/store/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ export function counterReducer(state: number = 0, action: Action) {
5454
```
5555

5656
To register the state container within your application, import the reducers and use the `StoreModule.forRoot`
57-
function in the `imports` array them in the `AppModule`.
57+
function in the `imports` array of the `@NgModule` decorator for your `AppModule`.
5858

5959
```ts
6060
import { NgModule } from '@angular/core'

0 commit comments

Comments
 (0)