Skip to content

Commit

Permalink
docs: Minor reword of documentation (#1051)
Browse files Browse the repository at this point in the history
* remove 'all' because 'all _most_' are conflicting adjectives

* remove redundancy and improve read flow
  • Loading branch information
CyberFlameGO authored Sep 14, 2023
1 parent 8d81976 commit 5dedc9e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
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

0 comments on commit 5dedc9e

Please sign in to comment.