Skip to content

Commit

Permalink
chore: fix some typos in comment (#240)
Browse files Browse the repository at this point in the history
  • Loading branch information
tianzedavid authored Apr 30, 2024
1 parent 9f14b80 commit 3441912
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/dapp-kit-ui/src/client.ts
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ export const DAppKitUI = {
modalParent: options.modalParent,
});

// configure bottons and modals options
// configure buttons and modals options
initModalAndButton(options);
dispatchCustomEvent('vdk-dapp-kit-configured');

Expand Down
2 changes: 1 addition & 1 deletion packages/dapp-kit-ui/src/utils/qr-code.ts
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ export const QrCodeUtil = {
// Cx to multiple cys
const circlesToConnect: Record<number, number[]> = {};

// Mapping all dots cicles on the same x axis
// Mapping all dots circles on the same x axis
circles.forEach(([cx, cy]) => {
// eslint-disable-next-line @typescript-eslint/no-unnecessary-condition
if (circlesToConnect[cx]) {
Expand Down

0 comments on commit 3441912

Please sign in to comment.