Skip to content

Commit 1432f54

Browse files
committed
fix: fix spell
1 parent 5375b6c commit 1432f54

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

lib/components/email-connect.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ export default function EmailConnect(props: {
7575
</div>
7676

7777
<div className='xc-text-center xc-text-sm xc-text-gray-400'>
78-
Not get it? {count ? `Recend in ${count}s` : <button id="sendCodeButton" onClick={props.onResendCode}>Send again</button>}
78+
Not get it? {count ? `Resend in ${count}s` : <button id="sendCodeButton" onClick={props.onResendCode}>Send again</button>}
7979
</div>
8080
<div id="captcha-element"></div>
8181
</TransitionEffect>

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "codatta-connect",
3-
"version": "2.3.2-SPC002",
3+
"version": "2.3.2-SPC003",
44
"type": "module",
55
"main": "./dist/index.umd.js",
66
"module": "./dist/index.es.js",

0 commit comments

Comments
 (0)