From e0913c0c982db77194fcf11ae4ba5b60f415fc28 Mon Sep 17 00:00:00 2001 From: Ken Lewis Date: Tue, 2 Oct 2018 12:59:58 -0400 Subject: [PATCH] Fix typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ed59c2de..7143808f 100644 --- a/README.md +++ b/README.md @@ -413,7 +413,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' => [