diff --git a/aio/content/guide/animations.md b/aio/content/guide/animations.md
index 9e68842642..5b9af36c7d 100644
--- a/aio/content/guide/animations.md
+++ b/aio/content/guide/animations.md
@@ -260,7 +260,7 @@ What it does
-state() |
+state() |
Creates a named set of CSS styles that should be applied on successful transition to a given state. The state can then be referenced by name within other animation functions. |
@@ -280,7 +280,7 @@ What it does
-group() |
+group() |
Specifies a group of animation steps (inner animations) to be run in parallel. Animation continues only after all inner animation steps have completed. Used within sequence() or transition(). |