Skip to content

Commit 699d990

Browse files
authored
Update correct readme
1 parent 137c839 commit 699d990

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -230,7 +230,7 @@ struct ProfileRootView: ContextView {
230230
231231
### `Handle the Actions`
232232

233-
The coordinator can be easily understanded. You receive a routing request from the view and these request comes with an action and eventually data associated. You need to handle the action to take a routing decision.
233+
The coordinator can be easily understood. You receive a routing request from the view and this request comes with an action and eventually data associated. You need to handle the action to take a routing decision.
234234

235235
> You can handle these requests inside the **onNext(current path: ProfilePaths)** as you can see below, or you can create an extension for your coordinator and implement the functions of requests. For example: **func requestFromProfileRootView(_ action: ProfileRootActions)**
236236

0 commit comments

Comments
 (0)