commit | 90c59bd03f8cdbd72c4d76bc8d052c56b10a2e1f | [log] [tgz] |
---|---|---|
author | Gabriel Peal <gabriel@tonal.com> | Sat Jul 03 16:16:47 2021 -0700 |
committer | Gabriel Peal <gabriel@tonal.com> | Sat Jul 03 17:50:59 2021 -0700 |
tree | 9d50dba817a0142788ccba112c314fc6279f8fe0 | |
parent | 674eda0ca4ea14b5b7871ce666b39b2f392c64fa [diff] |
Fix typo
diff --git a/sample-compose/src/main/java/com/airbnb/lottie/sample/compose/examples/DynamicPropertiesExamplesPage.kt b/sample-compose/src/main/java/com/airbnb/lottie/sample/compose/examples/DynamicPropertiesExamplesPage.kt index fe33fc4..577d22e 100644 --- a/sample-compose/src/main/java/com/airbnb/lottie/sample/compose/examples/DynamicPropertiesExamplesPage.kt +++ b/sample-compose/src/main/java/com/airbnb/lottie/sample/compose/examples/DynamicPropertiesExamplesPage.kt
@@ -38,7 +38,7 @@ ExampleCard("Heart Color", "Click to change color") { HeartColor() } - ExampleCard("Jump Height", "Click to jump heiht") { + ExampleCard("Jump Height", "Click to jump height") { JumpHeight() } ExampleCard("Change Properties", "Click to toggle whether the dynamic property is used") {