Skip to content

Commit 546b103

Browse files
[Docs] - Fix code examples
1 parent ff09049 commit 546b103

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

doc/website/source/_includes/components/code_two_column.jinja

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
LogicalKeyboardKey.left,
4343
);
4444
await tester.sendKeyUpEvent(
45-
LogicalKeyboardKey.left,
45+
LogicalKeyboardKey.alt,
4646
);
4747
await tester.sendKeyUpEvent(
4848
LogicalKeyboardKey.meta,

doc/website/source/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ When you want to simulate hardware keyboard text input, `flutter_test_robots` ma
3535
testWidgets((tester) async {
3636
// Setup the test.
3737
38-
// Type “Hello, World!” via IME.
38+
// Type “Hello, World!” via physical keyboard.
3939
await tester.typeKeyboardText(
4040
"Hello, World!"
4141
);

0 commit comments

Comments
 (0)