Skip to content

Commit f5066f7

Browse files
authored
Fix typo
1 parent 2f6039a commit f5066f7

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
@@ -84,7 +84,7 @@ The layout is used *by* the vendor (package-provided) Markdown view. You'll like
8484

8585
If you'd like to change the file that renders the Markdown itself, create `resources/views/pages/_markdown.blade.php` (the `_` prefix is important as it prevents direct visits) and change the `pages.views.markdown` config key to `pages._markdown`.
8686

87-
And if you'd like to customize the routing logic more ethan the config file allows you, simply register the route yourself (instead of calling `Page::routes()`):
87+
And if you'd like to customize the routing logic more than the config file allows you, simply register the route yourself (instead of calling `Page::routes()`):
8888

8989
```php
9090
Route::get('/{page}', ArchTech\Pages\PageController::class);

0 commit comments

Comments
 (0)