From d53106b3c59a8cd701994108209153d016c2904f Mon Sep 17 00:00:00 2001 From: Jonathan Danse Date: Wed, 24 Apr 2024 18:07:27 +0200 Subject: [PATCH] Fix typo in view path --- docs/advanced-usage/using-tailwind.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/advanced-usage/using-tailwind.md b/docs/advanced-usage/using-tailwind.md index 02c38b6..177eaf3 100644 --- a/docs/advanced-usage/using-tailwind.md +++ b/docs/advanced-usage/using-tailwind.md @@ -87,7 +87,7 @@ In your project, you need to save a Blade view with content like this. In this v ``` -In your app, you can add a controller like this. The above view is saved in `resources/views/pdf/invoce`. +In your app, you can add a controller like this. The above view is saved in `resources/views/pdf/invoice`. ```php namespace App\Http\Controllers;