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 422839e..0e927a6 100644 (file)
@@ -15,7 +15,7 @@ Dali::Animation animation = Animation::New( 3.0f );
 
 ### Animating Properties
 
-There are two distint ways in which properties can be animated within DALi:
+There are two distinct 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.