Skip to content

Commit

Permalink
Merge pull request corcel#416 from KenLewis/patch-1
Browse files Browse the repository at this point in the history
Fix typo
  • Loading branch information
jgrossi authored Oct 27, 2018
2 parents 6b5c8bb + e0913c0 commit 10dd45d
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 @@ -414,7 +414,7 @@ You can also do this for inbuilt classes, such as Page or Post. Simply register

### From config (Laravel)

You can map all shortcodes you want inside the `config/corcel.php` file, under the `'shortocodes'` key. In this case you should create your own class that `implements` the `Corcel\Shortcode` interface, that requires a `render()` method:
You can map all shortcodes you want inside the `config/corcel.php` file, under the `'shortcodes'` key. In this case you should create your own class that `implements` the `Corcel\Shortcode` interface, that requires a `render()` method:

```php
'shortcodes' => [
Expand Down

0 comments on commit 10dd45d

Please sign in to comment.