Skip to content

Commit 4d8ee3f

Browse files
authored
docs: fix typos, grammar & invalid anchor (#939)
* docs: remove invalid anchor link * docs: fix typos * docs: fix grammar
1 parent e23cb29 commit 4d8ee3f

5 files changed

Lines changed: 7 additions & 7 deletions

File tree

apps/web/content/docs/en/core/accounts.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -169,7 +169,7 @@ Rent is proportional to the size of the account.
169169
<Callout type="info">
170170
Although this balance is called rent, it works more like a deposit,
171171
as the full balance can be recovered when the account is closed.
172-
(The name "rent" comes from the now deprecated [rent epoch](#rent-epoch) field.)
172+
(The name "rent" comes from the now deprecated rent epoch field.)
173173
</Callout>
174174

175175
(See the [minimum balance](https://github.com/anza-xyz/agave/blob/v2.1.13/sdk/rent/src/lib.rs#L93-L97)

apps/web/content/docs/en/core/index.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ Learn more about [Tokens on Solana](/docs/core/tokens).
8787
## Clusters and Endpoints
8888

8989
The Solana blockchain has several different groups of validators, known as
90-
[Clusters](/docs/references/clusters). Each clusters serves a different purpose
90+
[Clusters](/docs/references/clusters). Each cluster serves a different purpose
9191
and contains dedicated nodes to fulfill [JSON-RPC](/docs/rpc/) requests. There
9292
are three primary clusters on the Solana network, shown in the table below.
9393

apps/web/content/docs/en/intro/installation/dependencies.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ Once you have WSL set up, you are ready to either:
7575

7676
<Tabs items={[".deb", ".rpm"]}>
7777
<Tab value=".deb" >
78-
If on Debian or Debian-dervived alternatives like Ubuntu or Mint, follow the steps below:
78+
If on Debian or Debian-derived alternatives like Ubuntu or Mint, follow the steps below:
7979

8080
1. Update the package lists to ensure all the packages are up-to-date:
8181

apps/web/content/docs/en/intro/installation/index.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ Once you have WSL set up, you are ready to either:
7777

7878
<Tabs items={[".deb", ".rpm"]}>
7979
<Tab value=".deb" >
80-
If on Debian or Debian-dervived alternatives like Ubuntu or Mint, follow the steps below:
80+
If on Debian or Debian-derived alternatives like Ubuntu or Mint, follow the steps below:
8181

8282
1. Update the package lists to ensure all the packages are up-to-date:
8383

apps/web/content/docs/en/programs/limitations.mdx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,13 @@
22
title: Limitations
33
---
44

5-
Developing programs on the Solana blockchain has some inherent limitation
6-
associated with them. Below is a list of common limitation that you may run
5+
Developing programs on the Solana blockchain has some inherent limitations
6+
associated with it. Below is a list of common limitations that you may run
77
into.
88

99
## Rust libraries
1010

11-
Since Rust based onchain programs must run be deterministic while running in a
11+
Since Rust based onchain programs must be deterministic while running in a
1212
resource-constrained, single-threaded environment, they have some limitations on
1313
various libraries.
1414

0 commit comments

Comments
 (0)