Skip to content

Commit

Permalink
fix(ui): typo
Browse files Browse the repository at this point in the history
  • Loading branch information
samsiegart committed May 2, 2024
1 parent 1f66030 commit 1a070a0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main/guides/ui-tutorial/connect-wallet/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ export const usePurse = (brandPetname: string) => {
```

This provides a utility for looking up a user's purse by name. Notice how it accesses `purses` from `useAgoric()`.
The `<AgoricProvider>` handles all the chain queries to fetch the purses, and automatically updates polls and
The `<AgoricProvider>` handles all the chain queries to fetch the purses, and automatically polls and
updates `purses` whenever the balances change. It also coalesces ERTP purses with [VBank Assets and Cosmos Bank Balances](../../getting-started/contract-rpc.md#vbank-assets-and-cosmos-bank-balances) automatically. See [Smart Wallet VStorage Topics](../../getting-started/contract-rpc.md#smart-wallet-vstorage-topics)
for more details about where this data comes from.

Expand Down

0 comments on commit 1a070a0

Please sign in to comment.