diff --git a/system/libs/plugins.php b/system/libs/plugins.php index d6226168..eb67c0d3 100644 --- a/system/libs/plugins.php +++ b/system/libs/plugins.php @@ -103,7 +103,7 @@ class Plugins { } } - // replace first occurence of / in pattern if found (will be auto-added later) + // replace first occurrence of / in pattern if found (will be auto-added later) removeIfFirstSlash($info['pattern']); foreach ($routes as $id => &$route) {