From ef9db086423b88c95637622e7fee57924c26d631 Mon Sep 17 00:00:00 2001 From: Jake Olney Date: Thu, 16 Jun 2022 21:12:11 -0700 Subject: [PATCH] fix typo --- lib/liquid/standardfilters.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/liquid/standardfilters.rb b/lib/liquid/standardfilters.rb index 16199f2e..d34b3ffc 100644 --- a/lib/liquid/standardfilters.rb +++ b/lib/liquid/standardfilters.rb @@ -225,7 +225,7 @@ module Liquid # If the specified number of words is less than the number of words in the string, then an ellipsis (`...`) is appended to # the truncated string. # - # > Caution + # > Caution: # > HTML tags are treated as words, so you should strip any HTML from truncated content. If you don't strip HTML, then # > closing HTML tags can be removed, which can result in unexpected behavior. # @liquid_syntax string | truncatewords: number