Skip to content

Commit b8a45c8

Browse files
fix grammer and typo animating=>animation (mdn#43136)
* fix: typo animating to animation Co-Authored-By: Warp <agent@warp.dev> * fix animating to animation --------- Co-authored-by: Warp <agent@warp.dev>
1 parent 3712f84 commit b8a45c8

File tree

1 file changed

+1
-1
lines changed
  • files/en-us/web/css/guides/animations

1 file changed

+1
-1
lines changed

files/en-us/web/css/guides/animations/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ The **CSS animations** module lets you animate the values of CSS properties, suc
1313

1414
## Animations in action
1515

16-
To view the animation in the box below, click the checkbox 'Play the animation' or hover the cursor over the box. When the animating is active, the cloud at the top changes shape, snowflakes fall, and the snow level at the bottom rises. To pause the animation, uncheck the checkbox or move your cursor away from the box.
16+
To view the animation in the box below, click the checkbox 'Play the animation' or hover the cursor over the box. When the animation is active, the cloud at the top changes shape, snowflakes fall, and the snow level at the bottom rises. To pause the animation, uncheck the checkbox or move your cursor away from the box.
1717

1818
```html hidden live-sample___animation
1919
<!-- See aria-label: https://developer.mozilla.org/en-US/docs/Web/Accessibility/ARIA/Reference/Attributes/aria-label -->

0 commit comments

Comments
 (0)