From 2713fc4e4ee58ea2bb9a78c248b9d180bbb6b49e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kevin=20=C3=85berg=20Kultalahti?= Date: Wed, 8 Jan 2020 22:20:30 +0100 Subject: [PATCH] fixes spelling mistake --- site/content/docs/01-component-format.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/site/content/docs/01-component-format.md b/site/content/docs/01-component-format.md index 247d757120..da0c37807b 100644 --- a/site/content/docs/01-component-format.md +++ b/site/content/docs/01-component-format.md @@ -264,4 +264,4 @@ If you want to make @keyframes that are accesible globally you need to prepend y ``` -The `-global-` part will be remove when compiled and the keyframe then be referenced using just `my-animation-name` elsewhere in your code. +The `-global-` part will be removed when compiled and the keyframe then be referenced using just `my-animation-name` elsewhere in your code.