diff --git a/docs/core/clusters.md b/docs/core/clusters.md index c7b59ee60..4134ff06c 100644 --- a/docs/core/clusters.md +++ b/docs/core/clusters.md @@ -10,7 +10,7 @@ description: The Solana blockchain has several different groups of validators, known as [Clusters](/docs/core/clusters.md). Each serving different purposes within the -overall ecosystem and containing dedicated api nodes to fulfill +overall ecosystem and containing dedicated API nodes to fulfill [JSON-RPC](/docs/rpc/index.mdx) requests for their respective Cluster. The individual nodes within a Cluster are owned and operated by third parties, @@ -72,7 +72,7 @@ drive, as a user, token holder, app developer, or validator. ### Devnet endpoint -- `https://api.devnet.solana.com` - single Solana Labs hosted api node; +- `https://api.devnet.solana.com` - single Solana Labs hosted API node; rate-limited #### Example `solana` command-line configuration @@ -106,7 +106,7 @@ stability and validator behavior. ### Testnet endpoint -- `https://api.testnet.solana.com` - single Solana Labs api node; rate-limited +- `https://api.testnet.solana.com` - single Solana Labs API node; rate-limited #### Example `solana` command-line configuration @@ -134,7 +134,7 @@ token holders. ### Mainnet beta endpoint -- `https://api.mainnet-beta.solana.com` - Solana Labs hosted api node cluster, +- `https://api.mainnet-beta.solana.com` - Solana Labs hosted API node cluster, backed by a load balancer; rate-limited #### Example `solana` command-line configuration @@ -151,7 +151,7 @@ solana config set --url https://api.mainnet-beta.solana.com - Maximum number of requests per 10 seconds per IP for a single RPC: 40 - Maximum concurrent connections per IP: 40 - Maximum connection rate per 10 seconds per IP: 40 -- Maximum amount of data per 30 second: 100 MB +- Maximum amount of data per 30 seconds: 100 MB > The public RPC endpoints are not intended for production applications. Please > use dedicated/private RPC servers when you launch your application, drop NFTs, diff --git a/docs/core/fees.md b/docs/core/fees.md index 7a10f7eab..8192694fa 100644 --- a/docs/core/fees.md +++ b/docs/core/fees.md @@ -197,11 +197,11 @@ syscalls, etc), each may consume a of compute units. > A program can log details about its compute usage, including how much remains -> in its alloted compute budget. You can also find more information in this +> in its allotted compute budget. You can also find more information in this > guide for > [optimizing your compute usage](/content/guides/advanced/how-to-optimize-compute.md). -Each transaction is alloted a [compute unit limit](#compute-unit-limit), either +Each transaction is allotted a [compute unit limit](#compute-unit-limit), either with the default limit set by the runtime or by explicitly requesting a higher limit. After a transaction exceeds its compute unit limit, its processing is halted resulting in a transaction failure. diff --git a/docs/core/index.md b/docs/core/index.md index 83c414bda..7bf9fd62a 100644 --- a/docs/core/index.md +++ b/docs/core/index.md @@ -3,8 +3,8 @@ title: Core Concepts sidebarSortOrder: 2 description: Learn essential Solana blockchain concepts including accounts, transactions, - programs, programd derived addresses, cross program invocations, and how - tokens work on Solana. + programs, program derived addresses, cross program invocations, and how tokens + work on Solana. --- Build a strong understanding of the core concepts that make Solana different diff --git a/docs/core/transactions.md b/docs/core/transactions.md index edfd6d5f8..4cf2554fa 100644 --- a/docs/core/transactions.md +++ b/docs/core/transactions.md @@ -377,7 +377,7 @@ manually building the instruction. ### Manual SOL Transfer Here is a [Solana Playground](https://beta.solpg.io/656a102efb53fa325bfd0c3f) -example of how to manually build the a SOL transfer instruction: +example of how to manually build a SOL transfer instruction: ```typescript // Define the amount to transfer diff --git a/docs/economics/inflation/_adjusted_staking_yield.md b/docs/economics/inflation/_adjusted_staking_yield.md index 56925bf4a..33abf65a9 100644 --- a/docs/economics/inflation/_adjusted_staking_yield.md +++ b/docs/economics/inflation/_adjusted_staking_yield.md @@ -121,9 +121,9 @@ $$ Y_{adj} = \frac{ 1 + I(t)/P_s(t) }{ 1 + I(t) } - 1\\ $$ -So we see that the _Adjusted Staked Yield_ a function of the inflation rate and -the percent of staked tokens on the network. We can see this plotted for various -staking fractions here: +So we see that the _Adjusted Staked Yield_ is a function of the inflation rate +and the percent of staked tokens on the network. We can see this plotted for +various staking fractions here: ![Graph of example adjusted staking yields](/assets/docs/economics/example_adjusted_staking_yields.png)