diff --git a/CONTRIBUTORS b/CONTRIBUTORS index 23a76496aa..5ae2224c63 100644 --- a/CONTRIBUTORS +++ b/CONTRIBUTORS @@ -46,7 +46,9 @@ 1 Micha Roon add link to ss58 registry (#408) 1 Michał Mirończuk Update blocks.md (#64) 1 MOZGIII Fix the metadata at custom RPC docs (#242) + 1 muddlebee Update code.md (#461) 1 Niklas P Update cookbook.md (#431) + 1 oftenoccur docs: fix some typos (#470) 1 Olitelkes lowercase to uppercase const ALICE (#399) 1 omahs fix typos (#449) 1 Pedro Filho fixing typos on usage FAQ (#387) diff --git a/docs/kusama/constants.md b/docs/kusama/constants.md index d5e8a88702..9cbd35b5c4 100644 --- a/docs/kusama/constants.md +++ b/docs/kusama/constants.md @@ -426,7 +426,7 @@ ___ ### maxRegistrars: `u32` - **interface**: `api.consts.identity.maxRegistrars` -- **summary**: Maximum number of registrars allowed in the system. Needed to bound the complexity of, e.g., updating judgements. +- **summary**: Maxmimum number of registrars allowed in the system. Needed to bound the complexity of, e.g., updating judgements. ### maxSubAccounts: `u32` - **interface**: `api.consts.identity.maxSubAccounts` diff --git a/docs/kusama/events.md b/docs/kusama/events.md index f126a8580c..74d7889ea3 100644 --- a/docs/kusama/events.md +++ b/docs/kusama/events.md @@ -369,7 +369,7 @@ ___ - **interface**: `api.events.electionProviderMultiPhase.SolutionStored.is` - **summary**: A solution was stored with the given compute. - The `origin` indicates the origin of the solution. If `origin` is `Some(AccountId)`, the stored solution was submitted in the signed phase by a miner with the `AccountId`. Otherwise, the solution was stored either during the unsigned phase or by `T::ForceOrigin`. The `bool` is `true` when a previous solution was ejected to make room for this one. + The `origin` indicates the origin of the solution. If `origin` is `Some(AccountId)`, the stored solution was submited in the signed phase by a miner with the `AccountId`. Otherwise, the solution was stored either during the unsigned phase or by `T::ForceOrigin`. The `bool` is `true` when a previous solution was ejected to make room for this one. ___ @@ -680,7 +680,7 @@ ___ ### Transferred(`AccountId32`, `AccountId32`, `u32`) - **interface**: `api.events.nis.Transferred.is` -- **summary**: A receipt was transferred. +- **summary**: A receipt was transfered. ___ diff --git a/docs/polkadot/constants.md b/docs/polkadot/constants.md index 02fccce476..2fd046f7ad 100644 --- a/docs/polkadot/constants.md +++ b/docs/polkadot/constants.md @@ -368,7 +368,7 @@ ___ ### maxRegistrars: `u32` - **interface**: `api.consts.identity.maxRegistrars` -- **summary**: Maximum number of registrars allowed in the system. Needed to bound the complexity of, e.g., updating judgements. +- **summary**: Maxmimum number of registrars allowed in the system. Needed to bound the complexity of, e.g., updating judgements. ### maxSubAccounts: `u32` - **interface**: `api.consts.identity.maxSubAccounts` diff --git a/docs/polkadot/events.md b/docs/polkadot/events.md index fb0744de37..472ceb2e7f 100644 --- a/docs/polkadot/events.md +++ b/docs/polkadot/events.md @@ -355,7 +355,7 @@ ___ - **interface**: `api.events.electionProviderMultiPhase.SolutionStored.is` - **summary**: A solution was stored with the given compute. - The `origin` indicates the origin of the solution. If `origin` is `Some(AccountId)`, the stored solution was submitted in the signed phase by a miner with the `AccountId`. Otherwise, the solution was stored either during the unsigned phase or by `T::ForceOrigin`. The `bool` is `true` when a previous solution was ejected to make room for this one. + The `origin` indicates the origin of the solution. If `origin` is `Some(AccountId)`, the stored solution was submited in the signed phase by a miner with the `AccountId`. Otherwise, the solution was stored either during the unsigned phase or by `T::ForceOrigin`. The `bool` is `true` when a previous solution was ejected to make room for this one. ___ diff --git a/docs/substrate/constants.md b/docs/substrate/constants.md index 58919c6916..4303eaaea8 100644 --- a/docs/substrate/constants.md +++ b/docs/substrate/constants.md @@ -680,7 +680,7 @@ ___ ### maxRegistrars: `u32` - **interface**: `api.consts.identity.maxRegistrars` -- **summary**: Maximum number of registrars allowed in the system. Needed to bound the complexity of, e.g., updating judgements. +- **summary**: Maxmimum number of registrars allowed in the system. Needed to bound the complexity of, e.g., updating judgements. ### maxSubAccounts: `u32` - **interface**: `api.consts.identity.maxSubAccounts` diff --git a/docs/substrate/errors.md b/docs/substrate/errors.md index 2fa0de70e2..7af2f6fa5a 100644 --- a/docs/substrate/errors.md +++ b/docs/substrate/errors.md @@ -2998,7 +2998,7 @@ ___ ### MissingStateData - **interface**: `api.errors.transactionStorage.MissingStateData.is` -- **summary**: Unable to verify proof because state data is missing. +- **summary**: Unable to verify proof becasue state data is missing. ### NotConfigured - **interface**: `api.errors.transactionStorage.NotConfigured.is` diff --git a/docs/substrate/events.md b/docs/substrate/events.md index 36b2669575..5b0efa9f3a 100644 --- a/docs/substrate/events.md +++ b/docs/substrate/events.md @@ -917,7 +917,7 @@ ___ - **interface**: `api.events.electionProviderMultiPhase.SolutionStored.is` - **summary**: A solution was stored with the given compute. - The `origin` indicates the origin of the solution. If `origin` is `Some(AccountId)`, the stored solution was submitted in the signed phase by a miner with the `AccountId`. Otherwise, the solution was stored either during the unsigned phase or by `T::ForceOrigin`. The `bool` is `true` when a previous solution was ejected to make room for this one. + The `origin` indicates the origin of the solution. If `origin` is `Some(AccountId)`, the stored solution was submited in the signed phase by a miner with the `AccountId`. Otherwise, the solution was stored either during the unsigned phase or by `T::ForceOrigin`. The `bool` is `true` when a previous solution was ejected to make room for this one. ___ @@ -1358,7 +1358,7 @@ ___ ### Transferred(`AccountId32`, `AccountId32`, `u32`) - **interface**: `api.events.nis.Transferred.is` -- **summary**: A receipt was transferred. +- **summary**: A receipt was transfered. ___ diff --git a/package.json b/package.json index 5251a190df..6e39bf559a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "polkadot-js", - "version": "0.0.286", + "version": "0.0.287", "engine-strict": true, "engines": { "node": ">=18.14" @@ -46,7 +46,7 @@ "@cmfcmf/docusaurus-search-local": "^1.1.0" }, "versions": { - "git": "0.0.286", - "npm": "0.0.286" + "git": "0.0.287", + "npm": "0.0.287" } }