Skip to content

Commit

Permalink
chore: fix typos (#2188)
Browse files Browse the repository at this point in the history
Signed-off-by: snoppy <[email protected]>
Co-authored-by: tomiir <[email protected]>
  • Loading branch information
xiaoxianBoy and tomiir authored May 6, 2024
1 parent ea44777 commit 4ccfc3b
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions apps/demo/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@

### Patch Changes

- refactor: Solana exported helper methods and proram instruction improvements
- refactor: Solana exported helper methods and program instruction improvements
- refactor: email and smart account improvements
- refactor: unit test CI check improvements
- feat: convert
Expand Down Expand Up @@ -52,7 +52,7 @@

### Patch Changes

- Hotfix for inccorect state of w3m-button when email is enabled
- Hotfix for incorrect state of w3m-button when email is enabled

- Updated dependencies []:
- @web3modal/wagmi@4.1.7
Expand Down
2 changes: 1 addition & 1 deletion apps/gallery/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@

### Patch Changes

- Hotfix for inccorect state of w3m-button when email is enabled
- Hotfix for incorrect state of w3m-button when email is enabled

- Updated dependencies []:
- @web3modal/common@4.1.7
Expand Down
2 changes: 1 addition & 1 deletion packages/solana/src/utils/clusterFactory.ts
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ export function unregisterListener(id: number) {
const unsubscribeMethod = method.replace('Subscribe', 'Unsubscribe')

if (!socket) {
throw new Error('Socket not initalized')
throw new Error('Socket not initialized')
}

socket.send(
Expand Down

0 comments on commit 4ccfc3b

Please sign in to comment.