diff --git a/docs/extension/intro.md b/docs/extension/intro.md index da36d46613..371886aeb8 100644 --- a/docs/extension/intro.md +++ b/docs/extension/intro.md @@ -7,7 +7,7 @@ The [@polkadot/extension-dapp](https://www.npmjs.com/package/@polkadot/extension - `web3Enable(dappName: string): Promise` - to be called before anything else, retrieves the list of all injected extensions/providers - `web3Accounts(): Promise` - returns a list of all the injected accounts, across all extensions (source in meta) -- `web3AccountsSubscribe(cb: (accounts: InjectedAccountWithMeta[]) => any): Promise` - subscribes to the accounts accross all extensions, returning a full list as changes are made +- `web3AccountsSubscribe(cb: (accounts: InjectedAccountWithMeta[]) => any): Promise` - subscribes to the accounts across all extensions, returning a full list as changes are made - `web3FromAddress(address: string): Promise` - Retrieves a provider for a specific address - `web3FromSource(name: string): Promise` - Retrieves a provider identified by the name - `isWeb3Injected: boolean` - boolean to indicate if `injectedWeb3` was found on the page diff --git a/docs/kusama/constants.md b/docs/kusama/constants.md index 9cbd35b5c4..d5e8a88702 100644 --- a/docs/kusama/constants.md +++ b/docs/kusama/constants.md @@ -426,7 +426,7 @@ ___ ### maxRegistrars: `u32` - **interface**: `api.consts.identity.maxRegistrars` -- **summary**: Maxmimum number of registrars allowed in the system. Needed to bound the complexity of, e.g., updating judgements. +- **summary**: Maximum 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 74d7889ea3..f126a8580c 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 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. + 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. ___ @@ -680,7 +680,7 @@ ___ ### Transferred(`AccountId32`, `AccountId32`, `u32`) - **interface**: `api.events.nis.Transferred.is` -- **summary**: A receipt was transfered. +- **summary**: A receipt was transferred. ___ diff --git a/docs/polkadot/constants.md b/docs/polkadot/constants.md index 2fd046f7ad..02fccce476 100644 --- a/docs/polkadot/constants.md +++ b/docs/polkadot/constants.md @@ -368,7 +368,7 @@ ___ ### maxRegistrars: `u32` - **interface**: `api.consts.identity.maxRegistrars` -- **summary**: Maxmimum number of registrars allowed in the system. Needed to bound the complexity of, e.g., updating judgements. +- **summary**: Maximum 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 472ceb2e7f..fb0744de37 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 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. + 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. ___ diff --git a/docs/substrate/constants.md b/docs/substrate/constants.md index 4303eaaea8..58919c6916 100644 --- a/docs/substrate/constants.md +++ b/docs/substrate/constants.md @@ -680,7 +680,7 @@ ___ ### maxRegistrars: `u32` - **interface**: `api.consts.identity.maxRegistrars` -- **summary**: Maxmimum number of registrars allowed in the system. Needed to bound the complexity of, e.g., updating judgements. +- **summary**: Maximum 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 7af2f6fa5a..2fa0de70e2 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 becasue state data is missing. +- **summary**: Unable to verify proof because state data is missing. ### NotConfigured - **interface**: `api.errors.transactionStorage.NotConfigured.is` diff --git a/docs/substrate/events.md b/docs/substrate/events.md index 5b0efa9f3a..36b2669575 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 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. + 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. ___ @@ -1358,7 +1358,7 @@ ___ ### Transferred(`AccountId32`, `AccountId32`, `u32`) - **interface**: `api.events.nis.Transferred.is` -- **summary**: A receipt was transfered. +- **summary**: A receipt was transferred. ___