Fixed README typo
author신채린 <chaelinshin96@gmail.com>
Sun, 6 Sep 2020 17:47:46 +0000 (02:47 +0900)
committerJongmin Lee <jm105.lee@samsung.com>
Sun, 13 Sep 2020 21:41:22 +0000 (06:41 +0900)
README.md

index 2ced9d7..02c81c1 100644 (file)
--- a/README.md
+++ b/README.md
@@ -166,7 +166,7 @@ You can update properties dynamically at runtime. This can be used for a variety
 
 ### Understanding After Effects
 
-To understand how to change animation properties in Lottie, you should first understand how animation properties are stored in Lottie. Animation properties are stored in a data tree that mimics the information heirarchy of After Effects. In After Effects a Composition is a collection of Layers that each have their own timelines. Layer objects have string names, and their contents can be an image, shape layers, fills, strokes, or just about anything that is drawable. Each object in After Effects has a name. Lottie can find these objects and properties by their name using a KeyPath.
+To understand how to change animation properties in Lottie, you should first understand how animation properties are stored in Lottie. Animation properties are stored in a data tree that mimics the information hierarchy of After Effects. In After Effects a Composition is a collection of Layers that each have their own timelines. Layer objects have string names, and their contents can be an image, shape layers, fills, strokes, or just about anything that is drawable. Each object in After Effects has a name. Lottie can find these objects and properties by their name using a KeyPath.
 
 ### Usage