Skip to content

Commit 10d68d7

Browse files
authored
fix example syntax error
1 parent b977327 commit 10d68d7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

readme.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ export const SubmitButton = () => {
4545
defaultMessage: 'Submit Button'
4646
})
4747
return <button aria-label={label}>{label}</button>
48-
})
48+
}
4949
```
5050

5151
### Run Script

0 commit comments

Comments
 (0)