Skip to content

Commit

Permalink
Update ModelViewIntentSample/readme.md
Browse files Browse the repository at this point in the history
Co-Authored-By: Joe Timmins <[email protected]>
  • Loading branch information
tobiasheine and joetimmins authored Jul 26, 2019
1 parent 0dd91de commit dca82f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ModelViewIntentSample/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ The **Store** is the glue between the above components and is mainly responsible

In this concrete implementation the MVIView is a wrapper around the Activity which collaborates between multiple custom views. It merges and exposes user actions from all custom view and is capable of rendering a view state, without performing any further logic.

For example a `SearchInputView` will emit an `SubmitQuery:Action`.
For example a `SearchInputView` will emit a `SubmitQuery:Action`.

## Middleware <Action, Change>

Expand Down

0 comments on commit dca82f3

Please sign in to comment.