Skip to content

Commit

Permalink
fixing some spelling updates
Browse files Browse the repository at this point in the history
  • Loading branch information
tnylea committed Jun 13, 2024
1 parent 248445d commit 4be2264
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion content/docs/authentication-pages.md
Original file line number Diff line number Diff line change
Expand Up @@ -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**

<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>
<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>

## Password Reset

Expand Down
2 changes: 1 addition & 1 deletion content/docs/extend/components.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down
2 changes: 1 addition & 1 deletion content/docs/extend/events.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
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 comments on commit 4be2264

Please sign in to comment.