From 9ec6a73a7c918bb26bdddfbcdbf0ed34dadf6426 Mon Sep 17 00:00:00 2001 From: Awilum Date: Sun, 29 May 2022 11:12:05 +0300 Subject: [PATCH] feat(shortcodes): typo fix --- src/flextype/core/Parsers/Shortcodes.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/flextype/core/Parsers/Shortcodes.php b/src/flextype/core/Parsers/Shortcodes.php index 34dfba8f..b04966fd 100644 --- a/src/flextype/core/Parsers/Shortcodes.php +++ b/src/flextype/core/Parsers/Shortcodes.php @@ -94,7 +94,7 @@ final class Shortcodes /** * Init Shortcodes * - * @param array $shortcodes Shortcoes to init. + * @param array $shortcodes Shortcodes to init. * * @return void */