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

minor reword of documentation #1051

Merged
merged 2 commits into from
Sep 14, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion website/docs/proto/install.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ The following guide can be used to install proto into your environment.

## Installing

The entirety of proto is packaged and shipped as a single binary. It works on all _most_ operating
The entirety of proto is packaged and shipped as a single binary. It works on _most_ operating
systems, and does not require any external dependencies. For convenience, we provide the following
scripts to download and install proto.

Expand Down
4 changes: 2 additions & 2 deletions website/docs/proto/tools.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ proto supports all popular Node.js package managers: `npm`, `pnpm`, `yarn`.

### corepack

Corepack _is not supported_ by proto, and will never be. Use [`proto use`](./commands/use) instead,
Corepack _is not supported_ by proto, and never will be. Use [`proto use`](./commands/use) instead,
which is a far more poweful alternative.

## Python (experimental)
Expand Down Expand Up @@ -115,7 +115,7 @@ using Rust in proto:
:::

Since we don't create shims for `cargo`, `rustup`, etc, we can't detect Rust versions at runtime.
However, `rustup` supports this as well through the
However, `rustup` supports this through the
[`rust-toolchain.toml`](https://rust-lang.github.io/rustup/overrides.html#the-toolchain-file) file.
We suggest using this file.

Expand Down
Loading