Skip to content

Commit

Permalink
docs: fix some comments (#5762)
Browse files Browse the repository at this point in the history
Signed-off-by: divdeploy <[email protected]>
  • Loading branch information
divdeploy authored Apr 5, 2024
1 parent 49ae9d2 commit 4bf5da4
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion docs/learn/learn-guides-identity.md
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ Setting an Identity is not possible on Ledger app yet, but as a workaround, you
[set the identity for an on-chain account ](../learn/learn-identity.md#setting-an-identity) and then
use it to set a sub-identity to your Ledger account.

- Go to https://polkadot.js.org/apps/#/accounts. Click on the three vertical dots correponding to
- Go to https://polkadot.js.org/apps/#/accounts. Click on the three vertical dots corresponding to
the account to which you already set identity. You should see an option to set onchain
sub-identities. Click on it.

Expand Down
2 changes: 1 addition & 1 deletion docs/learn/learn-runtime-upgrades.md
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ should monitor the Relay Chain as follows to know when the next runtime upgrade
2. Ongoing referenda will have an `enactment` field under `referenda.ReferendumInfoFor` storage.
This is the block number that, if passed, the system will attempt to schedule the inner
proposal's execution for. Note that there are some constraints like a minimum enactment period
that could result in the proposal's execution occuring later. It is not possible for the proposal
that could result in the proposal's execution occurring later. It is not possible for the proposal
to enact _before_ this block number.
3. Check also for `referenda (DecisionDepositPlaced)` events where `index` matches the one
previously found. This means that the required deposit has been placed.
Expand Down
2 changes: 1 addition & 1 deletion docs/learn/xcm/journey/holding-modifiers.md
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ The `give` field indicates the maximum number of assets that can be removed from
register.

The `want` field indicates the minimum amount of assets which `give` should be exchanged for. We
should at a mimimum get the assets in `want` for the execution of the instruction not to fail.
should at a minimum get the assets in `want` for the execution of the instruction not to fail.

If the `maximal` field is `true`, then we prefer to give as much as possible up to the limit of
`give` and receive accordingly more assets then stated in `want`. If the `maximal` field is `false`,
Expand Down
2 changes: 1 addition & 1 deletion docs/learn/xcm/journey/queries.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ QueryResponse {
querier: Option<MultiLocation>,
}

// Reponse Struct
// Response Struct
pub enum Response {
/// No response. Serves as a neutral default.
Null,
Expand Down

0 comments on commit 4bf5da4

Please sign in to comment.