From abd6febed5b05e36d0759799b5961950a555c203 Mon Sep 17 00:00:00 2001 From: Gerard Sans Date: Thu, 28 Jul 2016 17:15:46 +0100 Subject: [PATCH] docs(animation): fix typo! =O closes #1992 --- public/docs/ts/latest/guide/animations.jade | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/docs/ts/latest/guide/animations.jade b/public/docs/ts/latest/guide/animations.jade index d00e0ba34d..6a14d4b0d4 100644 --- a/public/docs/ts/latest/guide/animations.jade +++ b/public/docs/ts/latest/guide/animations.jade @@ -221,7 +221,7 @@ figure.image-display * `'3em'` * `'100%'` - For most dimensinal properties we can also just define a number which is then assumed to be + For most dimensional properties we can also just define a number which is then assumed to be in pixels: * `50` is the same as saying `'50px'`