1
0
mirror of https://github.com/RSS-Bridge/rss-bridge.git synced 2025-02-16 14:04:52 +01:00

docs: Fix typo ()

This commit is contained in:
Justin Goette 2022-12-27 18:34:49 -05:00 committed by GitHub
parent 2a69c585b8
commit 910ccd3ad8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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