Skip to content

Commit 9c230c9

Browse files
committed
chore: fix some minor issues in the comments
Signed-off-by: goldlinker <[email protected]>
1 parent ff0ed87 commit 9c230c9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/provider/chain-provider.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ These properties are shared by `ChainProvider`s from `@cosmos-kit/react` and `@c
1212

1313
Required property of type `(Chain | string)[]`.
1414

15-
It defines supported chains. Any actions involving chains beyound it might cause errors.
15+
It defines supported chains. Any actions involving chains beyond it might cause errors.
1616

1717
If chain has been registered in `@chain-registry/client`, you can also simply provide chain name (type `string`) here and it'll fetch the chain information automatically.
1818

@@ -195,7 +195,7 @@ function CosmosApp() {
195195

196196
**Type:** `NameServiceName` = `string`;
197197

198-
Currently two name services are registered: `'icns'` and `'stargaze'`. The default name service is `icns`. This property is only used in `getNameService` of `useManager` when prarameter `chainName` is undefined, and in `useNameService` when the prarameter `name` is not provided. Otherwise it will return the name service object corresponding to provided chain. Therefore it won't affect `getNameService` method returned by `useChain`, since `chainName` is always provide in `useChain`.
198+
Currently two name services are registered: `'icns'` and `'stargaze'`. The default name service is `icns`. This property is only used in `getNameService` of `useManager` when parameter `chainName` is undefined, and in `useNameService` when the parameter `name` is not provided. Otherwise it will return the name service object corresponding to provided chain. Therefore it won't affect `getNameService` method returned by `useChain`, since `chainName` is always provide in `useChain`.
199199

200200
### endpointOptions
201201

0 commit comments

Comments
 (0)