diff --git a/docs/commands/bootstrap.mdx b/docs/commands/bootstrap.mdx index 4334a980..e82a9c15 100644 --- a/docs/commands/bootstrap.mdx +++ b/docs/commands/bootstrap.mdx @@ -87,7 +87,7 @@ melos bootstrap --diff="main" ## Bootstrap flags - `--no-example` flag to exclude flutter package's example's dependencies (https://github.com/dart-lang/pub/pull/3856) - - This will run `pub get` with the `--no-example` + - This will run `pub get` with the `--no-example` flag. - `--enforce-lockfile` flag to enforce versions from `.lock` files - Ensure .lock files exist, as failure may occur if they're not checked in.