Skip to content
This repository has been archived by the owner on Mar 24, 2020. It is now read-only.

Commit

Permalink
Merge pull request #7 from adamlehmann/dev
Browse files Browse the repository at this point in the history
Fix typo in readme
  • Loading branch information
freekmurze authored Jun 5, 2018
2 parents 261db00 + 32f2d8b commit de05103
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ return [

The `@render` Blade directive accepts two arguments: the first is the view component's path or class name, the second is an extra set of properties (optional).

You can choose between referincing the component via a path or a class name.
You can choose between referencing the component via a path or a class name.

```blade
@render('myComponent')
Expand Down

0 comments on commit de05103

Please sign in to comment.