helpers / handlebars-helpers

188 handlebars helpers in ~20 categories. Can be used with Assemble, Ghost, YUI, express.js etc.
http://assemble.io/helpers/
MIT License
2.22k stars 364 forks source link

removeFirst documentation is backwards #374

Closed IslandUsurper closed 3 years ago

IslandUsurper commented 3 years ago

In the README.md, {{removeFirst}} claims it removes the second parameter from the first, when in fact it removes the first from the second. The first parameter should actually be called substring, and this behavior coincides nicely with the way {{startsWith}} works, with the prefix coming before the target string.

IslandUsurper commented 3 years ago

Oh nevermind. The implementation just links here, but might not actually be this code.