Skip to content

Commit

Permalink
Update docs/architecture/mobile-clients/android/index.md
Browse files Browse the repository at this point in the history
Co-authored-by: Matt Bishop <[email protected]>
  • Loading branch information
fedemkr and withinfocus authored Aug 7, 2024
1 parent 2ccb51e commit 33c9620
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/architecture/mobile-clients/android/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ provided for dependency injection via a [Hilt Module](https://dagger.dev/hilt/mo
This prevents the `...Impl` classes from being injected by accident and allows the interfaces to be
easily mocked/faked in tests.

## UI Layer
## UI layer

The UI layer adheres to the concept of
[unidirectional data flow](https://developer.android.com/develop/ui/compose/architecture#udf) and
Expand Down

0 comments on commit 33c9620

Please sign in to comment.