Skip to content

Commit c98d8aa

Browse files
author
Alexey Naumov
committed
Merge branch 'master' of https://github.com/schinj/clean-architecture-swiftui into schinj-master
2 parents a400582 + 4b9b0c1 commit c98d8aa

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
@@ -47,7 +47,7 @@ For the example of handling the **authentication state** in the app, you can ref
4747

4848
Side effects are triggered by the user's actions (such as a tap on a button) or view lifecycle event `onAppear` and are forwarded to the `Interactors`.
4949

50-
State and business logic layer (`AppState` + `Interactors`) are navitely injected into the view hierarchy with `@Environment`.
50+
State and business logic layer (`AppState` + `Interactors`) are natively injected into the view hierarchy with `@Environment`.
5151

5252
### Business Logic Layer
5353

0 commit comments

Comments
 (0)