From fc57a17a7e3b3cdcb9f5a4a4b17fa3beb78ba5cf Mon Sep 17 00:00:00 2001 From: Alex Lockwood Date: Mon, 23 Jul 2018 11:06:40 -0700 Subject: [PATCH] typo fix --- src/app/model/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/model/README.md b/src/app/model/README.md index a4128c7f..ae25d227 100644 --- a/src/app/model/README.md +++ b/src/app/model/README.md @@ -127,7 +127,7 @@ An `AnimationBlock` describes a property animation for a particular `Layer`. The - `layerId` (string) - The `id` of the `Layer` that this `AnimationBlock` is associated with. -- `propertyName` (string) - The name of the `Layer` property this block is animating.= +- `propertyName` (string) - The name of the `Layer` property this block is animating. - `startTime` (integer) - An integer greater than or equal to `0` representing the block's starting time in milliseconds. Default value is `0`.