diff --git a/monstra/engine/shortcodes.php b/monstra/engine/shortcodes.php index 6679a3e..df0cddb 100644 --- a/monstra/engine/shortcodes.php +++ b/monstra/engine/shortcodes.php @@ -89,7 +89,7 @@ * * @param string $shortcode Shortcode tag. */ - pubic static function delete($shortcode) { + public static function delete($shortcode) { // Redefine vars $shortcode = (string) $shortcode; @@ -123,7 +123,7 @@ * * @param string $shortcode Shortcode tag. */ - pulbic static function exists($shortcode) { + public static function exists($shortcode) { // Redefine vars $shortcode = (string) $shortcode;