Skip to content

Commit

Permalink
docs: fix subject verb agreement (ngxs#1725)
Browse files Browse the repository at this point in the history
  • Loading branch information
eysikal authored Mar 1, 2021
1 parent c4b1437 commit 03fdf0a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/concepts/actions.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ Each action contains a `type` field which is its unique identifier.

## Internal Actions

There are two actions that gets triggered in the internals of the library:
There are two actions that get triggered in the internals of the library:

1. @@INIT - store being initialized, before all the [ngxsOnInit Life-cycle](../advanced/life-cycle.md) events.
1. @@UPDATE_STATE - a new [lazy-loaded state](../advanced/lazy.md) being added to the store.
Expand Down

0 comments on commit 03fdf0a

Please sign in to comment.