Skip to content

Commit 2b0c351

Browse files
authored
fix a typo (flutter#34584)
1 parent 91213e2 commit 2b0c351

File tree

1 file changed

+1
-1
lines changed
  • packages/flutter_tools/lib/src/commands

1 file changed

+1
-1
lines changed

packages/flutter_tools/lib/src/commands/test.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ class TestCommand extends FastFlutterCommand {
4242
negatable: false,
4343
help: 'Start in a paused mode and wait for a debugger to connect.\n'
4444
'You must specify a single test file to run, explicitly.\n'
45-
'Instructions for connecting with a debugger and printed to the '
45+
'Instructions for connecting with a debugger are printed to the '
4646
'console once the test has started.',
4747
)
4848
..addFlag('disable-service-auth-codes',

0 commit comments

Comments
 (0)