Skip to content
This repository was archived by the owner on Feb 25, 2025. It is now read-only.

Commit 43dae0c

Browse files
author
Harry Terkelsen
authored
Fix typos in felt build help docs (#37016)
1 parent 31d21cb commit 43dae0c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

lib/web_ui/dev/build.dart

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,14 +23,14 @@ class BuildCommand extends Command<bool> with ArgUtils<bool> {
2323
);
2424
argParser.addFlag(
2525
'build-canvaskit',
26-
help: 'Build CanvasKit locally instead of getting it from CIPD. Disabled '
26+
help: 'Build CanvasKit locally instead of getting it from CIPD. Enabled '
2727
'by default.',
2828
defaultsTo: true
2929
);
3030
argParser.addFlag(
3131
'host',
32-
help: 'Build the host build instead of the wasm build, which is currently'
33-
'needed for `flutter run --local-engine` to work'
32+
help: 'Build the host build instead of the wasm build, which is '
33+
'currently needed for `flutter run --local-engine` to work.'
3434
);
3535
}
3636

0 commit comments

Comments
 (0)