From 1b5c79aef37da0fb1b8cfebae22acb749a9686c0 Mon Sep 17 00:00:00 2001 From: omahs <73983677+omahs@users.noreply.github.com> Date: Wed, 6 Mar 2024 07:54:14 +0100 Subject: [PATCH] docs: fix typos (#96) --- docs/design/challenges.md | 2 +- docs/design/glossary.md | 4 ++-- docs/getting-started-devs/getting-started.md | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/design/challenges.md b/docs/design/challenges.md index d0cfa401..b559ddba 100644 --- a/docs/design/challenges.md +++ b/docs/design/challenges.md @@ -28,7 +28,7 @@ Nano was distributed in a manner that has allowed it to avoid being treated excl ### Adoption, Acceptance -One of the key properties for money is acceptability. This is mostly an issue that will be faced by early adopters. Given Nano's ability to have a positive feedback loop that strengthens its network effects, the problem of acceptability will naturally resolve itself once the network effects exceed a tipping point. +One of the key properties of money is acceptability. This is mostly an issue that will be faced by early adopters. Given Nano's ability to have a positive feedback loop that strengthens its network effects, the problem of acceptability will naturally resolve itself once the network effects exceed a tipping point. ## Technical diff --git a/docs/design/glossary.md b/docs/design/glossary.md index 130d21e9..f5664849 100644 --- a/docs/design/glossary.md +++ b/docs/design/glossary.md @@ -178,11 +178,11 @@ The account if the block is the first block on the account, otherwise it is the ### seed -A 256-bit random value usually represented to the user as a 64 character hexidecimal (0-9 and A-F) value. Private keys are deterministically derived from a seed. +A 256-bit random value usually represented to the user as a 64 character hexadecimal (0-9 and A-F) value. Private keys are deterministically derived from a seed. ### time-as-a-currency (TaaC) -The idea that time is a resource that can be gained and used. It is applied in transaction prioritization such that you gain priortiy as time passes. Thus, accumulated time can be spent to gain priority over other transactions that have "less time". +The idea that time is a resource that can be gained and used. It is applied in transaction prioritization such that you gain priority as time passes. Thus, accumulated time can be spent to gain priority over other transactions that have "less time". ### transactions per second (TPS) diff --git a/docs/getting-started-devs/getting-started.md b/docs/getting-started-devs/getting-started.md index d1275950..f8c33b79 100644 --- a/docs/getting-started-devs/getting-started.md +++ b/docs/getting-started-devs/getting-started.md @@ -141,7 +141,7 @@ The first transaction on an account-chain, which is always a receive, is referre | Field | Description | | -------------- | ------------------------------------------------------------------------ | -| previous | will be 0 since its the first block | +| previous | will be 0 since it's the first block | | representative | address of the representative, must match the previous block | | account | account the block belongs to | | balance | previous balance plus the amount being sent in the linked block (in raw) |