Skip to content

Commit 0d37da4

Browse files
authored
Fix typos in user-input.md (#12021)
1 parent b9059d2 commit 0d37da4

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/content/get-started/fundamentals/user-input.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -994,7 +994,7 @@ Widget build(BuildContext context) {
994994
selectedTime = pickedTime;
995995
});
996996
},
997-
label: const Text('Pick a date'),
997+
label: const Text('Pick a time'),
998998
)
999999
]);
10001000
}
@@ -1036,7 +1036,7 @@ It has a number of configuration parameters, including:
10361036
{% render docs/code-and-image.md,
10371037
image:"fwe/user-input/Dismissible.webp",
10381038
caption: "This figure shows a list of Dismissible widgets that each contain a
1039-
ListTile. Swiping across the ListTile reveals a green background makes the tile
1039+
ListTile. Swiping across the ListTile reveals a green background and makes the tile
10401040
disappear."
10411041
alt: "A screenshot of three widgets, spaced evenly from each other."
10421042
code:"
@@ -1191,7 +1191,7 @@ This page was an introduction to handling user input.
11911191
Now that you know how to handle input from app users,
11921192
you can make your app even more interesting by adding
11931193
external data. In the next section,
1194-
you'll learn now to fetch data for your app over a network,
1194+
you'll learn how to fetch data for your app over a network,
11951195
how to convert data to and from JSON, authentication,
11961196
and other networking features.
11971197

0 commit comments

Comments
 (0)