Skip to content

Commit a216c97

Browse files
committed
vale fixes
1 parent ef9da0a commit a216c97

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

docs/ca/integrate/wagmi.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ Download and install the SDK:
2424

2525
The {{config.extra.arcana.ca_wagmi_sdk_name}} provides a chain abstraction component, `CAProvider`.
2626

27-
It offers hooks with the same name as the Wagmi library. Once the developer switches to importing these hooks from the {{config.extra.arcana.ca_wagmi_sdk_name}} SDK instead of the Wagmi libary, these hooks enable the CA functionality automatically wherever deployed in the app code.
27+
It offers hooks with the same name as the Wagmi library. Once the developer switches to importing these hooks from the {{config.extra.arcana.ca_wagmi_sdk_name}} SDK instead of the Wagmi library, these hooks enable the CA functionality automatically wherever deployed in the app code.
2828

2929
The SDK also provides other non-Wagmi chain abstraction hooks that can be added to the app code for accessing unified balance associated with the user's EOA. Any third-party browser based wallet can be used to issue chain abstracted transactions via the `CAProvider`.
3030

@@ -141,7 +141,7 @@ const balances = useBalances()
141141
The `useBalanceModal` hook can be used in the app to display or hide the unified balance modal. This modal displays the following information:
142142

143143
* Overall unified balance: This is the total balance in the user's EOA across all supported chains and tokens that is available for spending
144-
* Per token unified balance: For every supported token it displays the aggregate toekn balance across all the supported hcains along with a list of chains and per chain token balance.
144+
* Per token unified balance: For every supported token it displays the aggregate token balance across all the supported chains along with a list of chains and per chain token balance.
145145

146146
`useBalanceModal()` returns response contains the following fields:
147147

docs/quick-start/ca-wagmi-quick-start.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ To use the chain abstraction enabled Wagmi hooks, make sure you import the follo
5252

5353
{% include "./code-snippets/ca_wagmi_uni_balance.md" %}
5454

55-
## 5. CA Enabled Bridge & Transfer
55+
## 5. Bridge & Transfer
5656

5757
* `useCAFn` - Allows chain abstracted bridge and transfer functions
5858

0 commit comments

Comments
 (0)