Skip to content

Commit

Permalink
Update workspaces.md typo (#6337)
Browse files Browse the repository at this point in the history
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.

<details>
  <summary>Contribution guidelines:</summary><br>

- 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 `<?code-excerpt` need to be updated in their source `.dart`
file as well.
</details>
  • Loading branch information
Pacane authored Jan 17, 2025
1 parent 66126ca commit 25e186b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/content/tools/pub/workspaces.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 25e186b

Please sign in to comment.