diff --git a/docs/commands/bootstrap.mdx b/docs/commands/bootstrap.mdx index 6301a7c2..e2977fb1 100644 --- a/docs/commands/bootstrap.mdx +++ b/docs/commands/bootstrap.mdx @@ -97,7 +97,7 @@ project, just add the dependencies you wish to share between the packages to your bootstrap config in your `melos.yaml` file. If a dependency from `environment`, `dependencies` or `dev_dependencies` in -your `common_packages.yaml` exists in a package, the dependency version in this +your `melos.yaml` exists in a package, the dependency version in this package will be updated to match the version defined in your bootstrap config every time `melos bootstrap` is run.