Fix typo in flutter_command.dart (#159398)

sever -> server
This commit is contained in:
TheJoeSchr
2024-12-03 22:09:15 +01:00
committed by GitHub
parent 2f0cfc4969
commit 980df92204

View File

@@ -249,7 +249,7 @@ abstract class FlutterCommand extends Command<void> {
argParser.addOption('web-hostname',
defaultsTo: 'localhost',
help:
'The hostname that the web sever will use to resolve an IP to serve '
'The hostname that the web server will use to resolve an IP to serve '
'from. The unresolved hostname is used to launch Chrome when using '
'the chrome Device. The name "any" may also be used to serve on any '
'IPV4 for either the Chrome or web-server device.',