Skip to content

Commit 8b9cf87

Browse files
authored
Update readme
1 parent 29f6961 commit 8b9cf87

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
@@ -278,7 +278,7 @@ class ProfileCoordinator: Coordinator<ProfilePaths> {
278278
}
279279
```
280280

281-
As you can see, inside the coordinator we also have methods responsible to tell us which paths are currently presented or removed. The function buildView is where you gonna assemble your view and return it as **AnyView**. Jump has an extension .any that makes this construction easier. If you use **Dependecy Containers**, here is a good place to inject it inside your ViewModels.
281+
As you can see, inside the coordinator we also have methods responsible to tell us which paths are currently presented or removed. The function buildView is where you gonna assemble your view and return it as **AnyView**. Jump has an extension .any that makes this construction easier. If you use **Dependency Containers**, here is a good place to inject it inside your ViewModels.
282282

283283
## What to Improve / Open Points
284284

0 commit comments

Comments
 (0)