Skip to content

Commit

Permalink
change example err msg
Browse files Browse the repository at this point in the history
  • Loading branch information
OlofBlomqvist committed Jul 19, 2023
1 parent b06ab40 commit 04647eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/react/app/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ const Home = () => {
setData(e.error_message)
} else {
console.log(e)
setData("Something is broken, see console.")
setData("That did not work, see console.")
}

}
Expand Down

0 comments on commit 04647eb

Please sign in to comment.