From 250d8f5ae311d4129a4e30e31411a19db0d2fd9b Mon Sep 17 00:00:00 2001 From: Adam Henley Date: Thu, 8 Jun 2023 13:33:44 +1200 Subject: [PATCH] Fix copy/paste error in docs Vestigial reference to Twig changed to Liquid. --- website/docs/template-languages.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/docs/template-languages.md b/website/docs/template-languages.md index 78fe61a..0dc2b82 100644 --- a/website/docs/template-languages.md +++ b/website/docs/template-languages.md @@ -32,7 +32,7 @@ Can be used as a Twig linter, since the syntax is very similar. All HTML checks ## [Liquid](https://shopify.github.io/liquid/) -Can be used as a Liquid linter, since the syntax is very similar. All HTML checks should work as expected. Template syntax checks may be problematic. Curlylint isn’t as well tested on Liquid, but bug reports are definitely appreciated and we would love to have good support for Twig. +Can be used as a Liquid linter, since the syntax is very similar. All HTML checks should work as expected. Template syntax checks may be problematic. Curlylint isn’t as well tested on Liquid, but bug reports are definitely appreciated and we would love to have good support for Liquid. ## HTML