Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix typos in packages.md #45957

Closed
wants to merge 1 commit into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
4 changes: 2 additions & 2 deletions doc/api/packages.md
Expand Up @@ -1173,9 +1173,9 @@ added:
```

The `"packageManager"` field defines which package manager is expected to be
used when working on the current project. It can set to any of the
used when working on the current project. It can be set to any of the
[supported package managers][], and will ensure that your teams use the exact
same package manager versions without having to install anything else than
same package manager versions without having to install anything else other than
Node.js.

This field is currently experimental and needs to be opted-in; check the
Expand Down