From a7a8c84c3f8cf73e08a47e78e23a840513714b9a Mon Sep 17 00:00:00 2001 From: Muhammad Siyab <39950367+MUHAMMADSiyab@users.noreply.github.com> Date: Wed, 20 Mar 2024 02:18:56 +0500 Subject: [PATCH] Fix typo in code block of README This PR fixes a typo in the code block of the README.md file --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 890929c..c95036d 100644 --- a/README.md +++ b/README.md @@ -197,7 +197,7 @@ use Artesaos\SEOTools\Facades\JsonLdMulti; // OR use Artesaos\SEOTools\Facades\SEOTools; -class CommomController extends Controller +class CommonController extends Controller { public function index() { @@ -432,7 +432,7 @@ namespace App\Http\Controllers; use Artesaos\SEOTools\Traits\SEOTools as SEOToolsTrait; -class CommomController extends Controller +class CommonController extends Controller { use SEOToolsTrait;