From a487e6820a4746d05dca50957a394ba073b68cc7 Mon Sep 17 00:00:00 2001 From: Sigurd Meldgaard Date: Tue, 12 Nov 2024 09:47:55 +0100 Subject: [PATCH] Update src/content/guides/packages.md Co-authored-by: Marya <111139605+MaryaBelanger@users.noreply.github.com> --- src/content/guides/packages.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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_).