Skip to content

Commit

Permalink
Update testing-actions.md
Browse files Browse the repository at this point in the history
Fix a broken link to the `action` page.
  • Loading branch information
vallendra authored and ctrlplusb committed Sep 12, 2019
1 parent 740d1a4 commit 52a8561
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion website/docs/docs/testing/testing-actions.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Testing actions

[Actions](/docs/api/actions.html) are relatively simple to test as they are essentially an immutable update to the [store](/docs/api/store.html). We can therefore compare the prev and updated state to assert that our actions have had the effect against our store's state.
[Actions](/docs/api/action.html) are relatively simple to test as they are essentially an immutable update to the [store](/docs/api/store.html). We can therefore compare the prev and updated state to assert that our actions have had the effect against our store's state.

## Example

Expand Down

0 comments on commit 52a8561

Please sign in to comment.