Skip to content

Commit e5e70b0

Browse files
authored
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].*
1 parent d2c8552 commit e5e70b0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/flutter/lib/src/material/dropdown.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -861,7 +861,7 @@ class DropdownButtonHideUnderline extends InheritedWidget {
861861
/// {@tool dartpad}
862862
/// This sample shows a [DropdownButton] with a large arrow icon,
863863
/// purple text style, and bold purple underline, whose value is one of "One",
864-
/// "Two", "Free", or "Four".
864+
/// "Two", "Three", or "Four".
865865
///
866866
/// ![](https://flutter.github.io/assets-for-api-docs/assets/material/dropdown_button.png)
867867
///

0 commit comments

Comments
 (0)