From 794d0fca5126e4eca9f7acbd7d4d183f9402bd04 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C3=ABl=20Gallego?= Date: Sat, 7 Mar 2026 21:26:03 +0900 Subject: [PATCH] Update _filters/squish.md Co-authored-by: Gray Gilmore --- _filters/squish.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_filters/squish.md b/_filters/squish.md index 569983df..98f99c5e 100644 --- a/_filters/squish.md +++ b/_filters/squish.md @@ -1,6 +1,6 @@ --- title: squish -description: Liquid filter that remove all whitespace on both ends of the string, and then changing remaining consecutive whitespace groups into one space each. +description: Liquid filter that removes all whitespace on both ends of the string, and then changes remaining consecutive whitespace groups into one space each. --- Remove all whitespace on both ends of the string, and then changing remaining consecutive whitespace groups into one space each. `squish` is commonly used