Skip to content

Commit 594fe1b

Browse files
johnRivsJohn Rivs
andauthored
Fix typo in a Precognition for Alpine.js example (#10255)
Co-authored-by: John Rivs <hi@johnrivs.com>
1 parent 2ae2817 commit 594fe1b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

precognition.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -580,7 +580,7 @@ Alternatively, if you would like to submit the form via XHR you may use the form
580580
submit() {
581581
this.form.submit()
582582
.then(response => {
583-
form.reset();
583+
this.form.reset();
584584
585585
alert('User created.')
586586
})

0 commit comments

Comments
 (0)