From aefd48e34141ee534edec16d148d7feeb117094d Mon Sep 17 00:00:00 2001 From: "Justin D. Harris" <1594505+juharris@users.noreply.github.com> Date: Tue, 22 Apr 2025 09:50:47 -0400 Subject: [PATCH] template.rb: Correct typo in docs --- lib/liquid/template.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/liquid/template.rb b/lib/liquid/template.rb index 9fb4089a..a6d80e0a 100644 --- a/lib/liquid/template.rb +++ b/lib/liquid/template.rb @@ -2,7 +2,7 @@ module Liquid # Templates are central to liquid. - # Interpretating templates is a two step process. First you compile the + # Interpreting templates is a two step process. First you compile the # source code you got. During compile time some extensive error checking is performed. # your code should expect to get some SyntaxErrors. #