Skip to content

Commit 4be2264

Browse files
committed
fixing some spelling updates
1 parent 248445d commit 4be2264

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

content/docs/authentication-pages.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ The Password Confirmation Page. Visit this page at **/auth/confirm**
4444

4545
The Password Reset Request Page. Visit this page at **/auth/password/reset**
4646

47-
<include src="docs/auth-page-image.html" page="password-reset-request"></include><div class="p-5 rounded-b-lg border text-zinc-300 bg-zinc-900 border-zinc-700">When the user clicks the <strong>Forgot Password</strong> link, this is the page they will see, allowing them to <strong>Request</strong> a Password Reset.</div>
47+
<include src="docs/auth-page-image.html" page="password-reset-request"></include><div class="p-5 rounded-b-lg border text-zinc-300 bg-zinc-900 border-zinc-700">This page allows users to reset their password after clicking the reset link sent to their email.</div>
4848

4949
## Password Reset
5050

content/docs/extend/components.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ To start with the current components from the Auth package, you can publish them
2626
php artisan vendor:publish --tag=auth:components
2727
```
2828

29-
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.
29+
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.
3030

3131
Next, you need to specify which component you want to override.
3232

content/docs/extend/events.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -97,4 +97,4 @@ Here, you will be able to perform any type of functionality with the user before
9797

9898
## Additional Events and Functionality
9999

100-
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.
100+
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.

0 commit comments

Comments
 (0)