Skip to content

Commit 6e15a1b

Browse files
[11.x] Fixes a typo about forms in the Prompt docs (laravel#9585)
1 parent 6a842f4 commit 6e15a1b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

prompts.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -758,7 +758,7 @@ User::create([
758758
]);
759759
```
760760

761-
The primary benefit of using the `form` function is the ability for the user to return to previous prompts in the form using either `CTRL + U` or `CMD + BACKSPACE`. This allows the user to fix mistakes or alter selections without needing to cancel and restart the entire form.
761+
The primary benefit of using the `form` function is the ability for the user to return to previous prompts in the form using `CTRL + U`. This allows the user to fix mistakes or alter selections without needing to cancel and restart the entire form.
762762

763763
If you need more granular control over a prompt in a form, you may invoke the `add` method instead of calling one of the prompt functions directly. The `add` method is passed all previous responses provided by the user:
764764

0 commit comments

Comments
 (0)