Skip to content

Commit a64d467

Browse files
Fix hilt typo in ScreenModel.md (#525)
1 parent 3991f97 commit a64d467

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/screenmodel/index.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ class HomeScreenModel : ScreenModel {
2020
```
2121

2222
!!! info
23-
`ScreenModel` is integrated with [Coroutines](coroutines-integration.md), [RxJava](rxjava-integration.md), [LiveData](livedata-integration.md), [Koin](koin-integration.md), [Kodein](kodein-integration.md) and [Hit](hilt-integration.md)!
23+
`ScreenModel` is integrated with [Coroutines](coroutines-integration.md), [RxJava](rxjava-integration.md), [LiveData](livedata-integration.md), [Koin](koin-integration.md), [Kodein](kodein-integration.md) and [Hilt](hilt-integration.md)!
2424

2525
By design, it's only possible to create a `ScreenModel` instance inside a `Screen`. Call `rememberScreenModel` and provide a factory lambda.
2626

0 commit comments

Comments
 (0)