From fe3dd76f68f1bfd6540fd06b6a7c2256c35e056a Mon Sep 17 00:00:00 2001 From: Cory LaViska Date: Mon, 27 Dec 2021 12:55:31 -0500 Subject: [PATCH] fix typo --- docs/components/animation.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/components/animation.md b/docs/components/animation.md index e27a014c3..6e367f182 100644 --- a/docs/components/animation.md +++ b/docs/components/animation.md @@ -4,7 +4,7 @@ Animate elements declaratively with nearly 100 baked-in presets, or roll your own with custom keyframes. Powered by the [Web Animations API](https://developer.mozilla.org/en-US/docs/Web/API/Web_Animations_API). -To animate an element, wrap it in `` and set an animation `name`. The animation not start until you add the `play` attribute. Refer to the [properties table](#properties) for a list of all animation options. +To animate an element, wrap it in `` and set an animation `name`. The animation will not start until you add the `play` attribute. Refer to the [properties table](#properties) for a list of all animation options. ```html preview