Skip to content

Commit 7e25a9d

Browse files
fix typo
1 parent e930aaf commit 7e25a9d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

auth/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ const CurrentUser = () => {
5454
if (error) {
5555
return (
5656
<div>
57-
<p>Error: {error}>/p>
57+
<p>Error: {error}</p>
5858
</div>
5959
)
6060
}

0 commit comments

Comments
 (0)