Skip to content

Commit 61cc3b1

Browse files
committed
fix typo
1 parent 736a562 commit 61cc3b1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

readme.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ Zschuessler\RouteToClass\ServiceProvider::class,
3939
You now have access to a shared view variable `$route_body_class`. Use it in any of your views like so:
4040

4141
```php
42-
<body class="{{ $route_body_classes ))">
42+
<body class="{{ $route_body_classes }}">
4343
```
4444

4545
## License

0 commit comments

Comments
 (0)