Skip to content

Commit f39a7f5

Browse files
authored
Fix typo in Starter Kits documentation. (#8523)
1 parent d16afaa commit f39a7f5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

starter-kits.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ Breeze provides a wonderful starting point for beginning a fresh Laravel applica
2828

2929
#### Laravel Bootcamp
3030

31-
If you're new to Laravel, feel free to jump into the [Laravel Bootcamp](https://bootcamp.laravel.com). The Laravel Bootcamp will walk you through building your first Laravel application using Breeze. It's a great way to get a tour of everything the Laravel and Breeze have to offer.
31+
If you're new to Laravel, feel free to jump into the [Laravel Bootcamp](https://bootcamp.laravel.com). The Laravel Bootcamp will walk you through building your first Laravel application using Breeze. It's a great way to get a tour of everything that Laravel and Breeze have to offer.
3232

3333
<a name="laravel-breeze-installation"></a>
3434
### Installation
@@ -67,7 +67,7 @@ If you would like Breeze to include "dark mode" support when scaffolding your ap
6767
php artisan breeze:install --dark
6868
```
6969

70-
> **Note**
70+
> **Note**
7171
> To learn more about compiling your application's CSS and JavaScript, check out Laravel's [Vite documentation](/docs/{{version}}/vite#running-vite).
7272
7373
<a name="breeze-and-inertia"></a>

0 commit comments

Comments
 (0)