Skip to content

Commit b94d5a5

Browse files
committed
fix: Improve --base-href flag help text grammar
1 parent e45a62d commit b94d5a5

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

packages/flutter_tools/lib/src/runner/flutter_command.dart

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -408,8 +408,8 @@ abstract class FlutterCommand extends Command<void> {
408408
'base-href',
409409
help:
410410
'Overrides the href attribute of the <base> tag in web/index.html. '
411-
'No change is done to web/index.html file if this flag is not provided. '
412-
'The value has to start and end with a slash "/". '
411+
'No change is made to web/index.html file if this flag is not provided. '
412+
'The value must start and end with "/". '
413413
'For more information: https://developer.mozilla.org/en-US/docs/Web/HTML/Element/base',
414414
);
415415
}

0 commit comments

Comments
 (0)