diff --git a/starter-kits.md b/starter-kits.md index 6b054c79f4..699d88a17f 100644 --- a/starter-kits.md +++ b/starter-kits.md @@ -241,7 +241,7 @@ resources/views #### Traditional Livewire Components -The frontend code is located in the `resouces/views` directory, while the `app/Livewire` directory contains the corresponding backend logic for the Livewire components. +The frontend code is located in the `resources/views` directory, while the `app/Livewire` directory contains the corresponding backend logic for the Livewire components. #### Available Layouts