Skip to content

Commit

Permalink
Fix typos (#5594)
Browse files Browse the repository at this point in the history
* fix typo

* fix typo

* fix typo

* fix typo

* fix typo

* fix typo

* fix typos
  • Loading branch information
omahs authored Feb 9, 2024
1 parent f4b5b74 commit d1f7664
Show file tree
Hide file tree
Showing 7 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion docs/general/decentralized-futures.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ To apply for funding to the Decentralized Futures fill
[**this form**](https://docs.google.com/forms/d/e/1FAIpQLSdlPyHj56tY6t-5zhdn55VvznR5OACvXe8K1M6vRGmhdslZkw/viewform).
The form will guide you through each step of the application. You are also encouraged to post the
idea in the [**Polkadot forum**](https://forum.polkadot.network/) upfront. If you have any
questions, you can reach out to the the
questions, you can reach out to the
[**W3F Decentralized Futures Community on Element**](https://matrix.to/#/#df:web3.foundation).

Proposals have to be **submitted before July 1st, 2024**. Applications will be **reviewed from Dec
Expand Down
2 changes: 1 addition & 1 deletion docs/learn/learn-nft-pallets.md
Original file line number Diff line number Diff line change
Expand Up @@ -266,7 +266,7 @@ user will not have to worry about all technicalities.

:::info

The Uniques Pallet is deprecated. Everything related to NFTs will be covered by the the
The Uniques Pallet is deprecated. Everything related to NFTs will be covered by the
[NFTs Pallet](#nfts-pallet).

:::
Expand Down
2 changes: 1 addition & 1 deletion docs/learn/learn-transaction-fees.md
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@ exceed the max size of an unsigned 128 bit integer.

### Fee Multiplier

{{ polkadot: Polkadot :polkadot }}{{ kusama: Kusama :kusama }} can add a additional fee to
{{ polkadot: Polkadot :polkadot }}{{ kusama: Kusama :kusama }} can add an additional fee to
transactions if the network becomes too busy and starts to decelerate the system. This fee can
create an incentive to avoid the production of low priority or insignificant transactions. In
contrast, those additional fees will decrease if the network calms down and can execute transactions
Expand Down
2 changes: 1 addition & 1 deletion docs/learn/learn-xcvm.md
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ enum Instruction {
non-fungible assets, and in the case of a fungible asset, it represents some defined amount of the
asset.

- A `MultiLocation` is a relative identifier, meaning that it can only be used to define the the
- A `MultiLocation` is a relative identifier, meaning that it can only be used to define the
relative path between two locations, and cannot generally be used to refer to a location
universally.

Expand Down
2 changes: 1 addition & 1 deletion docs/maintain/maintain-guides-how-to-monitor-your-node.md
Original file line number Diff line number Diff line change
Expand Up @@ -364,7 +364,7 @@ receivers:
send_resolved: true
```

With the above configuration, alerts will be sent using the the email you set above. Remember to
With the above configuration, alerts will be sent using the email you set above. Remember to
change `YOUR_EMAIL` to your email and paste the app password you just saved earlier to the
`YOUR_APP_PASSWORD`.

Expand Down
4 changes: 2 additions & 2 deletions docs/maintain/maintain-guides-how-to-validate-polkadot.md
Original file line number Diff line number Diff line change
Expand Up @@ -363,7 +363,7 @@ Run the following command to find the latest version.
git tag -l | sort -V | grep -v -- '-rc'
```

Find the latest version; replace "VERSION" in the commmand below and run to change your branch.
Find the latest version; replace "VERSION" in the command below and run to change your branch.

```sh
git checkout VERSION
Expand Down Expand Up @@ -878,7 +878,7 @@ As demonstrated in
[Yusuke Endoh's article](http://mamememo.blogspot.com/2020/05/cpu-intensive-rubypython-code-runs.html),
a performance penalty for containerized workloads can be as high as 100%. This is due to SECCOMP
profile being overprotective about applying Spectre/Meltdown mitigations without providing real
security. A longer explanation is a available in the
security. A longer explanation is available in the
[kernel patch discussion](https://lkml.org/lkml/2020/11/4/1135).

Linux 5.16
Expand Down
2 changes: 1 addition & 1 deletion docs/maintain/maintain-guides-validator-payout.md
Original file line number Diff line number Diff line change
Expand Up @@ -196,7 +196,7 @@ validator, then you will lose 1 DOT in each case.

:::caution

If a validator is oversubscribed in an era, staking rewards are distributed only to the the top
If a validator is oversubscribed in an era, staking rewards are distributed only to the top
{{ polkadot: <RPC network="polkadot" path="consts.staking.maxNominatorRewardedPerValidator" defaultValue={512}/> :polkadot }}
{{ kusama: <RPC network="kusama" path="consts.staking.maxNominatorRewardedPerValidator" defaultValue={512}/> :kusama }}
nominators and the rest of the nominators do not receive any rewards. This is not the case for
Expand Down

0 comments on commit d1f7664

Please sign in to comment.