From 25e186b2c509fac2aa95071a22ba3b87b78f62eb Mon Sep 17 00:00:00 2001 From: Joel Trottier-Hebert Date: Fri, 17 Jan 2025 13:39:14 -0500 Subject: [PATCH] Update workspaces.md typo (#6337) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Fixes typo. --- - [x] I’ve reviewed the contributor guide and applied the relevant portions to this PR. - [x] This PR doesn't contain automatically generated corrections or text (Grammarly, LLMs, and similar). - [x] This PR follows the [Google Developer Documentation Style Guidelines](https://developers.google.com/style) — for example, it doesn't use _i.e._ or _e.g._, and it avoids _I_ and _we_ (first person). - [x] This PR uses [semantic line breaks](https://github.com/dart-lang/site-shared/blob/main/doc/writing-for-dart-and-flutter-websites.md#semantic-line-breaks) of 80 characters or fewer.
Contribution guidelines:
- See our [contributor guide](https://github.com/dart-lang/site-www/blob/main/CONTRIBUTING.md) for general expectations for PRs. - Larger or significant changes should be discussed in an issue before creating a PR. - Code changes should generally follow the [Dart style guide](https://dart.dev/effective-dart) and use `dart format`. - Updates to [code excerpts](https://github.com/dart-lang/site-shared/blob/main/packages/excerpter) indicated by ` --- src/content/tools/pub/workspaces.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/content/tools/pub/workspaces.md b/src/content/tools/pub/workspaces.md index 26735a5df4..8c56472d1e 100644 --- a/src/content/tools/pub/workspaces.md +++ b/src/content/tools/pub/workspaces.md @@ -198,7 +198,7 @@ $ cd packages/client_package ; dart pub publish ; cd - Sometimes you might want to resolve a workspace package on its own, for example to validate its dependency constraints. -One way to do this is to create a `pubspec_overides.yaml` file that resets the +One way to do this is to create a `pubspec_overrides.yaml` file that resets the `resolution` setting, like so: ```yaml