Skip to content

Commit

Permalink
Fix typo in code block of README
Browse files Browse the repository at this point in the history
This PR fixes a typo in the code block of the README.md file
  • Loading branch information
MUHAMMADSiyab authored Mar 19, 2024
1 parent f87e43a commit a7a8c84
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 a7a8c84

Please sign in to comment.