diff --git a/src/content/guides/packages.md b/src/content/guides/packages.md index 5548e53283..d11084ddd7 100644 --- a/src/content/guides/packages.md +++ b/src/content/guides/packages.md @@ -262,7 +262,7 @@ To update `pubspec.lock` run `dart pub get` without `--enforce-lockfile`. [content hash]: /tools/pub/glossary#content-hashes -## Pub Workspaces (Mono-repo Support) +## Pub workspaces (Monorepo support) When working on a project, you might develop multiple Dart packages in the same version control repository (a _monorepo_).