Revert "[3.0] Updated documentation to ensure DALi is referenced as such."
[platform/core/uifw/dali-toolkit.git] / docs / content / shared-javascript-and-cpp-documentation / animation.md
index 0e927a6..422839e 100644 (file)
@@ -15,7 +15,7 @@ Dali::Animation animation = Animation::New( 3.0f );
 
 ### Animating Properties
 
-There are two distinct ways in which properties can be animated within DALi:
+There are two distint ways in which properties can be animated within DALi:
 - **AnimateTo:** The property will animate **TO** the value in the given time.
 - **AnimateBy:** The property will animate **BY** the value in the given time.