Skip to content

Commit

Permalink
Update gist.md
Browse files Browse the repository at this point in the history
  • Loading branch information
jspuij authored Jul 15, 2020
1 parent 9b17630 commit cf56479
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/pages/gist.md
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,6 @@ public class AppState

```

The `Action` attribute is only neccessary when using Cortex.Net it enforces modification through reactions.
The `Action` attribute is only neccessary when using Cortex.Net is configured to enforce modification through reactions.
It is recommended to use action though as it will help you to better structure applications and expresses the intention
of a function to modify state. It automatically applies transactions for optimal performance as well.

0 comments on commit cf56479

Please sign in to comment.