Skip to content

Commit 578238f

Browse files
authoredMar 10, 2021
[Documentation] Fix typo on tips documentation. (airbnb#527)
1 parent 30257e8 commit 578238f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎docs/tips.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ or
3232

3333
`setState { copy(yourMap = yourMap.delete(“a”, “b”)) }`
3434

35-
## Drive animations from ViewMode.onEach
35+
## Drive animations from ViewModel.onEach
3636

3737
You may use an `onEach` callback to drive an animation or show an error for a specific amount of time like this:
3838
```kotlin

0 commit comments

Comments
 (0)
Please sign in to comment.