diff --git a/src/content/reference/flutter-cli.md b/src/content/reference/flutter-cli.md index 47eb1432a8..d4463a9bda 100644 --- a/src/content/reference/flutter-cli.md +++ b/src/content/reference/flutter-cli.md @@ -8,8 +8,8 @@ The `flutter` command-line tool is how developers (or IDEs on behalf of developers) interact with Flutter. For Dart related commands, you can use the [`dart`][] command-line tool. -Here's how you might use the `flutter` tool to create, analyze, test, and run an -app: +Here's how you might use the `flutter` tool to create, analyze, test, +and run an app: ```console $ flutter create my_app @@ -50,7 +50,7 @@ The following table shows which commands you can use with the `flutter` tool: | assemble | `flutter assemble -o ` | Assemble and build flutter resources. | | attach | `flutter attach -d ` | Attach to a running application. | | bash-completion | `flutter bash-completion` | Output command line shell completion setup scripts. | -| build | `flutter build ` | Flutter build commands. | +| build | `flutter build ` | Build a target-specific bundle.. | | channel | `flutter channel ` | List or switch flutter channels. | | clean | `flutter clean` | Delete the `build/` and `.dart_tool/` directories. | | config | `flutter config --build-dir=` | Configure Flutter settings. To remove a setting, configure it to an empty string. |