diff --git a/docs/guide/animation.md b/docs/guide/animation.md index 7768594d8..2a01d2632 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 an callable to the animator via the `on_complete` parameter. Textual will run the callable when the animation has completed. ## Delaying animations