From 057d3190ead20fd731c9b450173558b96908de7b Mon Sep 17 00:00:00 2001 From: Michael Rose Date: Thu, 3 Aug 2017 12:38:32 -0400 Subject: [PATCH] Fix typo --- docs/_docs/16-stylesheets.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/_docs/16-stylesheets.md b/docs/_docs/16-stylesheets.md index ada414a4..ba1aa78f 100644 --- a/docs/_docs/16-stylesheets.md +++ b/docs/_docs/16-stylesheets.md @@ -164,7 +164,7 @@ And `$susy` is used for setting [the grid](http://susy.oddbird.net/) the theme u ### Disabling Animations -You can disable either the fade-in intro animation, element tranisition animations, or both by overriding the corresponding variables. For example if you wanted to disable all animations you could include the following lines: +You can disable either the fade-in intro animation, element transition animations, or both by overriding the corresponding variables. For example if you wanted to disable all animations you could include the following lines: ```scss $intro-transition : none;