Skip to content

Commit

Permalink
Merge pull request #323 from MUHAMMADSiyab/patch-1
Browse files Browse the repository at this point in the history
Fix typo in code block of README
  • Loading branch information
emtudo committed Mar 19, 2024
2 parents f87e43a + a7a8c84 commit 09d0524
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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()
{
Expand Down Expand Up @@ -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;

Expand Down

0 comments on commit 09d0524

Please sign in to comment.