From ca88a8898c3f5ce015c07d2f67b4c7069ac70cf9 Mon Sep 17 00:00:00 2001 From: Alexander Grattan <51346343+agrattan0820@users.noreply.github.com> Date: Thu, 15 Jun 2023 12:33:21 -0400 Subject: [PATCH] docs: fix `animation-direction` typo in README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c462f3a..116261a 100644 --- a/README.md +++ b/README.md @@ -80,7 +80,7 @@ Learn more in the [animation delay](/docs/animation-delay.md) documentation. #### Changing animation direction -Use the `direction-{keyword}` utilities to control an element’s `animation-delay`. +Use the `direction-{keyword}` utilities to control an element’s `animation-direction`. ```html