Skip to content

Commit fba3e11

Browse files
authored
Fix: typo in alert (#988)
1 parent 6665cb2 commit fba3e11

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/content/get-started.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -654,7 +654,7 @@ function App() {
654654
alert("Your application is updated.")
655655
}}
656656
onError={() => {
657-
alertt("Submission has failed.")
657+
alert("Submission has failed.")
658658
}}
659659
control={control}
660660
>

0 commit comments

Comments
 (0)