Skip to content

Commit

Permalink
docs: Fix typo (#39722)
Browse files Browse the repository at this point in the history
  • Loading branch information
roottool committed Dec 22, 2022
1 parent 8c61261 commit 9f18f76
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions components/qrcode/index.en-US.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ Used when the link needs to be converted into a QR Code.
<!-- prettier-ignore -->
<code src="./demo/base.tsx">base</code>
<code src="./demo/icon.tsx">With Icon</code>
<code src="./demo/status.tsx">other statu</code>
<code src="./demo/status.tsx">other status</code>
<code src="./demo/customSize.tsx">Custom Size</code>
<code src="./demo/customColor.tsx">Custom Color</code>
<code src="./demo/download.tsx">Download QRCode</code>
Expand All @@ -42,7 +42,7 @@ Used when the link needs to be converted into a QR Code.
| color | QRCode Color | string | `#000` |
| bordered | Whether has border style | boolean | `true` |
| errorLevel | Error Code Level | `'L' \| 'M' \| 'Q' \| 'H' ` | `M` |
| status | QRCode statu | `active \| expired \| loading ` | `active` |
| status | QRCode status | `active \| expired \| loading ` | `active` |
| onRefresh | callback | `() => void` | - |

## FAQ
Expand Down

0 comments on commit 9f18f76

Please sign in to comment.