8000 chore: fix spelling issues by Bvegas882 · Pull Request #11656 · polkadot-js/apps · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

chore: fix spelling issues #11656

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jun 27, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions packages/page-js/src/snippets/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

import { constsStakingParameters } from './consts-examples.js';
import { extrinsicMakeTransfer } from './extrinsics-examples.js';
import { rpcNetworkAuthoring, rpcNewHead, 10000 rpcQueryState, rpcSysthemInfo } from './rpc-examples.js';
import { rpcNetworkAuthoring, rpcNewHead, rpcQueryState, rpcSystemInfo } from './rpc-examples.js';
import { storageGetInfo, storageKeys, storageListenToBalanceChange, storageListenToMultipleBalancesChange, storageRetrieveInfoOnQueryKeys, storageSystemEvents } from './storage-examples.js';

export { makeWrapper } from './wrapping.js';
Expand All @@ -12,7 +12,7 @@ export const allSnippets = [
rpcNetworkAuthoring,
rpcNewHead,
rpcQueryState,
rpcSysthemInfo,
rpcSystemInfo,
storageGetInfo,
storageSystemEvents,
storageListenToBalanceChange,
Expand Down
2 changes: 1 addition & 1 deletion packages/page-js/src/snippets/rpc-examples.ts
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ console.log('formatted: ' + JSON.stringify(metadata.asLatest.toHuman(), null, 2)
`
};

export const rpcSysthemInfo: Snippet = {
export const rpcSystemInfo: Snippet = {
value: 'rpcSystemInfo',
text: 'Get system information',
label: { color: 'pink', children: 'RPC', size: 'tiny' },
Expand Down
2 changes: 1 addition & 1 deletion packages/react-components/README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# @polkadot/react-components

WARNING: This is an internal package to [polkadot-js/apps](https://github.com/polkadot-js/apps) so is not inteded (yet) for broad use.
WARNING: This is an internal package to [polkadot-js/apps](https://github.com/polkadot-js/apps) so is not intended (yet) for broad use.

For the existing sharable components usable in external React-based projects, take a look at the [polkadot-js/ui documentation](https://polkadot.js.org/ui/)
2 changes: 1 addition & 1 deletion packages/react-hooks/README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# @polkadot/react-hooks

WARNING: This is an internal package to [polkadot-js/apps](https://github.com/polkadot-js/apps) so is not inteded (yet) for broad use. Since these are generic components, they will move to the [polkadot-js/ui](https://github.com/polkadot-js/ui) repo once deemed stable and usable.
WARNING: This is an internal package to [polkadot-js/apps](https://github.com/polkadot-js/apps) so is not intended (yet) for broad use. Since these are generic components, they will move to the [polkadot-js/ui](https://github.com/polkadot-js/ui) repo once deemed stable and usable.

For the existing sharable components usable in external React-based projects, take a look at the [polkadot-js/ui documentation](https://polkadot.js.org/ui/)
2 changes: 1 addition & 1 deletion packages/react-params/README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# @polkadot/react-params

WARNING: This is an internal package to [polkadot-js/apps](https://github.com/polkadot-js/apps) so is not inteded (yet) for broad use.
WARNING: This is an internal package to [polkadot-js/apps](https://github.com/polkadot-js/apps) so is not intended (yet) for broad use.

For the existing sharable components usable in external React-based projects, take a look at the [polkadot-js/ui documentation](https://polkadot.js.org/ui/)
2 changes: 1 addition & 1 deletion packages/react-query/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# @polkadot/react-query

WARNING: This is an internal package to [polkadot-js/apps](https://github.com/polkadot-js/apps) so is not inteded (yet) for broad use. Since these are generic components, they will move to the [polkadot-js/ui](https://github.com/polkadot-js/ui) repo once deemed stable and usable.
WARNING: This is an internal package to [polkadot-js/apps](https://github.com/polkadot-js/apps) so is not intended (yet) for broad use. Since these are generic components, they will move to the [polkadot-js/ui](https://github.com/polkadot-js/ui) repo once deemed stable and usable.

For the existing sharable components usable in external React-based projects, take a look at the [polkadot-js/ui documentation](https://polkadot.js.org/ui/)

Expand Down
2 changes: 1 addition & 1 deletion packages/react-signer/README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# @polkadot/react-signer

WARNING: This is an internal package to [polkadot-js/apps](https://github.com/polkadot-js/apps) so is not inteded (yet) for broad use.
WARNING: This is an internal package to [polkadot-js/apps](https://github.com/polkadot-js/apps) so is not intended (yet) for broad use.

For the existing sharable components usable in external React-based projects, take a look at the [polkadot-js/ui documentation](https://polkadot.js.org/ui/)
0