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") {