Skip to content

Commit

Permalink
docs: fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
segunadebayo committed Jan 8, 2025
1 parent 38086ea commit 18d52db
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions website/src/content/pages/components/qr-code.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -51,8 +51,8 @@ Use the `encoding.ecc` or `encoding.boostEcc` property to set the error correcti

### Using the Root Provider

The `RootProvider` component provides a context for the qr-code. It accepts the value of the `useQr-code` hook.
You can leverage it to access the component state and methods from outside the qr-code.
The `RootProvider` component provides a context for the QR code. It accepts the value of the `useQrCode` hook.
You can leverage it to access the component state and methods from outside the QR code.

<Example id="root-provider" />

Expand Down

0 comments on commit 18d52db

Please sign in to comment.