You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm attempting to use the truncateWords helper, but it's failing to truncate a block of text. It looks like the culprit is this line in the helper's definition:
if(num>arr.length){ ... }
My assumption is that it should read < instead of >.
The text was updated successfully, but these errors were encountered:
I'm attempting to use the
truncateWords
helper, but it's failing to truncate a block of text. It looks like the culprit is this line in the helper's definition:My assumption is that it should read
<
instead of>
.The text was updated successfully, but these errors were encountered: