Skip to content

Commit

Permalink
chore: add copy
Browse files Browse the repository at this point in the history
  • Loading branch information
tmm committed Jan 2, 2022
1 parent b81b575 commit d2c4742
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/pages/examples/sign-message.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import { SignMessage } from '../../components'

# Sign Message

Signing messages is a great way to securely prove control of a specific address. The example below builds on the [Connect Wallet Example](/examples/connect-wallet) and uses the [`useSignMessage`](/docs/hooks/useSignMessage) hook.
Signing messages is a great way to securely prove control of a specific address. The example below builds on the [Connect Wallet Example](/examples/connect-wallet) and uses the [`useSignMessage`](/docs/hooks/useSignMessage) hook. Test it out before moving on.

<SignMessage />

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"build:docs": "manypkg run docs build",
"changeset:release": "pnpm gen:readme && pnpm build && changeset publish",
"changeset:version": "changeset version && pnpm install --lockfile-only",
"dev": "preconstruct dev && pnpm gen:abis",
"dev": "preconstruct dev",
"dev:docs": "pnpm build && manypkg run docs dev",
"dev:example:next": "manypkg run example-next dev",
"dev:example:vite-react": "manypkg run example-vite-react dev",
Expand Down

1 comment on commit d2c4742

@vercel
Copy link

@vercel vercel bot commented on d2c4742 Jan 2, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

Please sign in to comment.