From 4be22647b9371664048326ba3c6e1ceec85396bf Mon Sep 17 00:00:00 2001 From: Tony Lea Date: Thu, 13 Jun 2024 18:18:01 -0400 Subject: [PATCH] fixing some spelling updates --- content/docs/authentication-pages.md | 2 +- content/docs/extend/components.md | 2 +- content/docs/extend/events.md | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/content/docs/authentication-pages.md b/content/docs/authentication-pages.md index 401fcdc..2cee3ba 100644 --- a/content/docs/authentication-pages.md +++ b/content/docs/authentication-pages.md @@ -44,7 +44,7 @@ The Password Confirmation Page. Visit this page at **/auth/confirm** The Password Reset Request Page. Visit this page at **/auth/password/reset** -
When the user clicks the Forgot Password link, this is the page they will see, allowing them to Request a Password Reset.
+
This page allows users to reset their password after clicking the reset link sent to their email.
## Password Reset diff --git a/content/docs/extend/components.md b/content/docs/extend/components.md index d449ae9..f810dd7 100644 --- a/content/docs/extend/components.md +++ b/content/docs/extend/components.md @@ -26,7 +26,7 @@ To start with the current components from the Auth package, you can publish them php artisan vendor:publish --tag=auth:components ``` -This command will publish the default components to `resources/views/components/app/elements`. Any components in this folder can be used as opposed to the default components. This gives you ultimate flexibility on how your authentication will look and feel. +This command will publish the default components to `resources/views/components/app/elements`. Any components in this folder can be used as opposed to the default components. This gives you ultimate flexibility in customizing the appearance and behavior of your authentication pages. Next, you need to specify which component you want to override. diff --git a/content/docs/extend/events.md b/content/docs/extend/events.md index 477805b..bd6d626 100644 --- a/content/docs/extend/events.md +++ b/content/docs/extend/events.md @@ -97,4 +97,4 @@ Here, you will be able to perform any type of functionality with the user before ## Additional Events and Functionality -If you find yourself trying to add functionality somewhere in the authentication process and are unable to. Feel free to [Submit a PR](https://github.com/thedevdojo/auth/compare), or discuss it with us and we'll help you try and figure out the best approach. \ No newline at end of file +If you find yourself unable to add desired functionality to the authentication process, feel free to [Submit a PR](https://github.com/thedevdojo/auth/compare), or discuss it with us, and we'll help you find the best approach. \ No newline at end of file