Skip to content

Commit 48d5f2a

Browse files
authored
Fix typos (laravel#10200)
1 parent f15d17f commit 48d5f2a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: starter-kits.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ export default MyPage;
120120
<a name="react-available-layouts"></a>
121121
#### Available Layouts
122122

123-
The React starter kit includes two different primary layouts for you choose from: a "sidebar" layout and a "header" layout. The sidebar layout is the default, but you can switch to the header layout by modifying the layout that is imported at the top of your application's `resources/js/layouts/app-layout.tsx` file:
123+
The React starter kit includes two different primary layouts for you to choose from: a "sidebar" layout and a "header" layout. The sidebar layout is the default, but you can switch to the header layout by modifying the layout that is imported at the top of your application's `resources/js/layouts/app-layout.tsx` file:
124124

125125
```js
126126
import AppLayoutTemplate from '@/layouts/app/app-sidebar-layout'; // [tl! remove]
@@ -310,7 +310,7 @@ Every starter kit gives you a solid starting point for your next application. Wi
310310
<a name="faq-enable-email-verification"></a>
311311
#### How do I enable email verification?
312312

313-
Email verification can be added by by uncommenting the `MustVerifyEmail` import in your `App/Models/User.php` model and ensuring the model implements the `MustVerifyEmail` interface:
313+
Email verification can be added by uncommenting the `MustVerifyEmail` import in your `App/Models/User.php` model and ensuring the model implements the `MustVerifyEmail` interface:
314314

315315
```php
316316
<?php

0 commit comments

Comments
 (0)