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.