Skip to content

Commit f6b9c08

Browse files
authored
Merge pull request #646 from Snaylaker/fix-typo
fixed typo in UseFormStatus example
2 parents 161c122 + 35b5d3f commit f6b9c08

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/content/reference/react-dom/hooks/useFormStatus.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -190,7 +190,7 @@ export default function UsernameForm() {
190190
<h3>Réserver l’identifiant : </h3><br />
191191
<input type="text" name="username" disabled={pending} />
192192
<button type="submit" disabled={pending}>
193-
Envoyer'}
193+
Envoyer
194194
</button>
195195
<br />
196196
<p>{data ? `Récupération de ${data?.get('username')}...` : ''}</p>

0 commit comments

Comments
 (0)