Skip to content

Commit

Permalink
Update 10-dynamic-pages.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Patrick Louys committed Nov 1, 2016
1 parent 57f6118 commit 132fdf4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 10-dynamic-pages.md
Expand Up @@ -166,7 +166,7 @@ Then in the `FilePageReader` file add this code at the end of your `readBySlug`
```php
$path = "$this->pageFolder/$slug.md";

if(!file_exists($path)) {
if (!file_exists($path)) {
throw new InvalidPageException($slug);
}

Expand Down

0 comments on commit 132fdf4

Please sign in to comment.