diff --git a/packages/flutter/lib/src/material/carousel.dart b/packages/flutter/lib/src/material/carousel.dart index ca7f6ea882..4e7fcbd58c 100644 --- a/packages/flutter/lib/src/material/carousel.dart +++ b/packages/flutter/lib/src/material/carousel.dart @@ -87,7 +87,7 @@ import 'theme.dart'; /// As a result, when the first visible item is completely off-screen, the /// following items will follow the same layout as before. Using [CarouselView.weighted] /// helps build the multi-browse, hero, center-aligned hero and full-screen layouts, -/// as indicated in [Carousel sepcs](https://m3.material.io/components/carousel/specs). +/// as indicated in [Carousel specs](https://m3.material.io/components/carousel/specs). /// /// The [CarouselController] is used to control the /// [CarouselController.initialItem], which determines the first fully expanded