From 78af99e7803e1a1983f0bad758e4c363ee1fe027 Mon Sep 17 00:00:00 2001 From: Dave Pearson Date: Sat, 15 Oct 2022 22:14:07 +0100 Subject: [PATCH] an -> a --- docs/guide/animation.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/guide/animation.md b/docs/guide/animation.md index 500d5e475..99b9783a4 100644 --- a/docs/guide/animation.md +++ b/docs/guide/animation.md @@ -77,7 +77,7 @@ You can specify which easing method to use via the `easing` parameter on the `an ## Completion callbacks -You can pass an callable to the animator via the `on_complete` parameter. Textual will run the callable when the animation has completed. +You can pass a callable to the animator via the `on_complete` parameter. Textual will run the callable when the animation has completed. ## Delaying animations