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 and grammar in documentation #677

Open
wants to merge 3 commits into
base: main
Choose a base branch
from
Open
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 contentlayer.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,7 @@ const basicContentFields: FieldDefs = {
/**
* Standard computed fields for all records
*
* note: changing these may warrant an update the the hacky custom `ComputedFieldsTypeHack` type
* note: changing these may warrant an update the hacky custom `ComputedFieldsTypeHack` type
*/
const standardComputedFields: ComputedFields = {
locale: {
Expand Down
4 changes: 2 additions & 2 deletions docs/economics/inflation/_adjusted_staking_yield.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ fraction of staked supply grow as shown below.
![Graph of example growth of staked supply](/assets/docs/economics/example_staked_supply_w_range_initial_stake.png)

Due to this relative change in representation, the proportion of stake of any
token holder will also change as a function of the _Inflation Schedule_ and the
token holders will also change as a function of the _Inflation Schedule_ and the
proportion of all tokens that are staked.

Of initial interest, however, is the _dilution of **un-staked** tokens_, or
Expand Down Expand Up @@ -165,6 +165,6 @@ relative dilution of un-staked tokens grows dramatically. E.g. with $80\%$ of
the network tokens staked, an un-staked token holder will experience ~$400\%$
more dilution than a staked holder.

Again, this represents the change in fractional change in ownership of staked
Again, this represents the fractional change in ownership of staked
tokens and illustrates the built-in incentive for token holder to stake their
tokens to earn _Staked Yield_ and avoid _Un-staked Dilution_.
2 changes: 1 addition & 1 deletion docs/intro/installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -548,7 +548,7 @@ Generating a new keypair

For added security, enter a BIP39 passphrase

NOTE! This passphrase improves security of the recovery seed phrae NOT the
NOTE! This passphrase improves security of the recovery seed phrase NOT the
keypair file itself, which is stored as insecure plain text

BIP39 Passphrase (empty for none):
Expand Down
Loading