From e5e70b069a761781d452e7d5350192567cf6ba77 Mon Sep 17 00:00:00 2001 From: Lipu Date: Tue, 26 Mar 2024 21:25:00 +0100 Subject: [PATCH] Correct typo: "Free" to "Three" in comments (#145689) *Replace this paragraph with a description of what this PR is changing or adding, and why. Consider including before/after screenshots.* *List which issues are fixed by this PR. You must list at least one issue. An issue is not required if the PR fixes something trivial like a typo.* *If you had to change anything in the [flutter/tests] repo, include a link to the migration guide as per the [breaking change policy].* --- packages/flutter/lib/src/material/dropdown.dart | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/flutter/lib/src/material/dropdown.dart b/packages/flutter/lib/src/material/dropdown.dart index 017c5cad0bd..98732df0959 100644 --- a/packages/flutter/lib/src/material/dropdown.dart +++ b/packages/flutter/lib/src/material/dropdown.dart @@ -861,7 +861,7 @@ class DropdownButtonHideUnderline extends InheritedWidget { /// {@tool dartpad} /// This sample shows a [DropdownButton] with a large arrow icon, /// purple text style, and bold purple underline, whose value is one of "One", -/// "Two", "Free", or "Four". +/// "Two", "Three", or "Four". /// /// ![](https://flutter.github.io/assets-for-api-docs/assets/material/dropdown_button.png) ///