Skip to content

Commit 3d93d24

Browse files
committed
tweaking docs.
1 parent 99822a7 commit 3d93d24

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

security.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -176,7 +176,7 @@ You may also have noticed that we are returning the results of the `remind` meth
176176

177177
### Resetting Passwords
178178

179-
Once a user has clicked on the reset link, they should be directed to a form that includes a hidden `token` field, as well as a `password` and `password_confirmation` field. Below is an example route for the password reset form:
179+
Once a user has clicked on the reset link from the reminder e-mail, they should be directed to a form that includes a hidden `token` field, as well as a `password` and `password_confirmation` field. Below is an example route for the password reset form:
180180

181181
Route::get('password/reset/{token}', function($token)
182182
{

0 commit comments

Comments
 (0)