aboutsummaryrefslogtreecommitdiff
path: root/docs/06_Helper_functions/index.md
diff options
context:
space:
mode:
authorGravatar Justin Goette <53531335+jcgoette@users.noreply.github.com> 2022-12-27 18:34:49 -0500
committerGravatar GitHub <noreply@github.com> 2022-12-28 00:34:49 +0100
commit910ccd3ad883b5c5bb47110f7963baad7d4adbba (patch)
treee4f47247ad7282cf6eb05b9cb131729f25dbfe82 /docs/06_Helper_functions/index.md
parent2a69c585b8a1b55892dd798d87116dc0662a023d (diff)
downloadrss-bridge-910ccd3ad883b5c5bb47110f7963baad7d4adbba.tar.gz
rss-bridge-910ccd3ad883b5c5bb47110f7963baad7d4adbba.tar.zst
rss-bridge-910ccd3ad883b5c5bb47110f7963baad7d4adbba.zip
docs: Fix typo (#3196)
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