diff --git a/docs/06_Helper_functions/index.md b/docs/06_Helper_functions/index.md index 860e8d10..33f9eb37 100644 --- a/docs/06_Helper_functions/index.md +++ b/docs/06_Helper_functions/index.md @@ -122,7 +122,7 @@ $extracted = extractFromDelimiters($string, $start, $end); ``` # stripWithDelimiters -Remove one or more part(s) of a string using a start and end delmiters. +Remove one or more part(s) of a string using a start and end delimiter. It is the inverse of `extractFromDelimiters`. ```php