Skip to content

Commit

Permalink
feat: complete documentation because of ngrx#2937
Browse files Browse the repository at this point in the history
complete documentation because of ngrx#2937
  • Loading branch information
SerkanSipahi authored Apr 6, 2021
1 parent 0519f6b commit 325c553
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion projects/ngrx.io/content/guide/component-store/write.md
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ export class MoviesPageComponent implements OnInit {

## `patchState` method

The `patchState` method can be called by providing a partial state object or a partial updater callback.
The `patchState` method can be called by providing a partial state Observable<object>, object or a partial updater callback.

When the partial state is provided it patches the state with the provided value.

Expand Down

0 comments on commit 325c553

Please sign in to comment.