File tree 2 files changed +2
-2
lines changed
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -56,7 +56,7 @@ function clone(element) {
56
56
* If nothing is returned, the fallback will be used.
57
57
*
58
58
* If this function or its return value isn't set, it
59
- * - falls back to updating the `form` prop with the returned data if the action is one same page as the form
59
+ * - falls back to updating the `form` prop with the returned data if the action is on the same page as the form
60
60
* - updates `$page.status`
61
61
* - resets the `<form>` element and invalidates all data in case of successful submission with no redirect response
62
62
* - redirects in case of a redirect response
Original file line number Diff line number Diff line change @@ -1999,7 +1999,7 @@ declare module '$app/forms' {
1999
1999
* If nothing is returned, the fallback will be used.
2000
2000
*
2001
2001
* If this function or its return value isn't set, it
2002
- * - falls back to updating the `form` prop with the returned data if the action is one same page as the form
2002
+ * - falls back to updating the `form` prop with the returned data if the action is on the same page as the form
2003
2003
* - updates `$page.status`
2004
2004
* - resets the `<form>` element and invalidates all data in case of successful submission with no redirect response
2005
2005
* - redirects in case of a redirect response
You can’t perform that action at this time.
0 commit comments