diff --git a/src/content/ui/animations/tutorial.md b/src/content/ui/animations/tutorial.md index 9cbc85b8bd..a301730a01 100644 --- a/src/content/ui/animations/tutorial.md +++ b/src/content/ui/animations/tutorial.md @@ -654,7 +654,7 @@ class _LogoAppState extends State with SingleTickerProviderStateMixin { * An [`AnimationController`][] manages the `Animation`. * A [`CurvedAnimation`][] defines progression as a non-linear curve. * A [`Tween`][] interpolates between the range of data as used by the - object be + object being animated. ## Next steps