Skip to content

Commit b223da1

Browse files
authored
Fix typo (#16)
> They keyring Should be: > The keyring
1 parent 233ba64 commit b223da1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/api/start/keyring.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ This section will give a quick introduction into the Keyring, including the addi
66

77
## Installation
88

9-
They [@polkadot/keyring](https://github.com/polkadot-js/common/tree/master/packages/keyring) keyring is included directly with the API as a dependency, so it is directly importable (since the 0.92 version) alongside the API.
9+
The [@polkadot/keyring](https://github.com/polkadot-js/common/tree/master/packages/keyring) keyring is included directly with the API as a dependency, so it is directly importable (since the 0.92 version) alongside the API.
1010

1111
If you do opt to install it separately, ensure that the version of `@polkadot/util-crypto` that is included with the API matches with the version of `@polkadot/keyring` installed. So if the API depends on `util-crypto 1.4.1`, it would make sense to include `keyring 1.4.1` as the installed version. (This helps in making sure extra versions of the libraries are not included as duplicates, especially in the case where bundles are created. Additionally, this makes sure that weird side-effects in the WASM initialization is avoided.)
1212

0 commit comments

Comments
 (0)