diff --git a/docs/index.html b/docs/index.html index 81cdff9..f916794 100644 --- a/docs/index.html +++ b/docs/index.html @@ -905,7 +905,7 @@

Be aware that some animations are dependent on the animation-timing property set on the animation's class. Changing or not declaring it might lead to unexpected results.

CSS Custom Properties (CSS Variables)

-

Since version 4, Animate.css makes use of custom properties (also known as CSS variables) to define the animations duration, delay, and iteractions. This makes Animate.css very flexible and customizable. Need to change an animation duration? Just set a new value to globally or locally.

+

Since version 4, Animate.css makes use of custom properties (also known as CSS variables) to define the animations duration, delay, and iterations. This makes Animate.css very flexible and customizable. Need to change an animation duration? Just set a new value to globally or locally.

Example:

/* This only changes this particular animation duration */
 .animate__animated.animate__bounce {
diff --git a/docsSource/sections/01-usage.md b/docsSource/sections/01-usage.md
index bb02dc8..655565c 100644
--- a/docsSource/sections/01-usage.md
+++ b/docsSource/sections/01-usage.md
@@ -57,7 +57,7 @@ Be aware that some animations are dependent on the `animation-timing` property s
 
 #### CSS Custom Properties (CSS Variables)
 
-Since version 4, Animate.css makes use of custom properties (also known as CSS variables) to define the animations duration, delay, and iteractions. This makes Animate.css very flexible and customizable. Need to change an animation duration? Just set a new value to globally or locally.
+Since version 4, Animate.css makes use of custom properties (also known as CSS variables) to define the animations duration, delay, and iterations. This makes Animate.css very flexible and customizable. Need to change an animation duration? Just set a new value to globally or locally.
 
 Example: