Skip to content
This repository was archived by the owner on Aug 23, 2022. It is now read-only.

Commit d7d2ea7

Browse files
authored
Merge pull request #471 from jameshy/master
Fix typo in docs
2 parents a7e7c4f + 58e60e2 commit d7d2ea7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/api/actions.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -368,7 +368,7 @@ The "touched" state indicates that this model has been interacted with.
368368

369369
<h2 id="actions-setUntouched"></h2>
370370
## `actions.setUntouched(model)`
371-
Returns an action that, when handled by a [`formReducer`](TODO), changes the `.touched` state to `true`.
371+
Returns an action that, when handled by a [`formReducer`](TODO), changes the `.touched` state to `false`.
372372

373373
An "untouched" field indicates that this model has not been interacted with yet.
374374

0 commit comments

Comments
 (0)