Skip to content

Commit a039d63

Browse files
authored
Fix link to actions.md (#1121)
1 parent f185df6 commit a039d63

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/api/app.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ Initializes the app by either setting the initial value of the [state](../archit
6464

6565
- `init: Action`
6666

67-
Runs the given [Action](../architecture/action.md).
67+
Runs the given [Action](../architecture/actions.md).
6868

6969
This form is useful when the action can be reused later. The state passed to the action in this case is `undefined`.
7070

@@ -79,7 +79,7 @@ Initializes the app by either setting the initial value of the [state](../archit
7979

8080
- `init: [Action, payload]`
8181

82-
Runs the given [Action](../architecture/actio.md) with a payload.
82+
Runs the given [Action](../architecture/actions.md) with a payload.
8383

8484
```js
8585
const SetCounter = (_state, n) => ({ counter: n })

0 commit comments

Comments
 (0)