aboutsummaryrefslogtreecommitdiff
path: root/docs/06_Helper_functions/index.md
diff options
context:
space:
mode:
Diffstat (limited to 'docs/06_Helper_functions/index.md')
-rw-r--r--docs/06_Helper_functions/index.md2
1 files changed, 1 insertions, 1 deletions
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