template.rb: Correct typo in docs

This commit is contained in:
Justin D. Harris
2025-04-22 09:50:47 -04:00
committed by GitHub
parent ea864f1177
commit aefd48e341
+1 -1
View File
@@ -2,7 +2,7 @@
module Liquid module Liquid
# Templates are central to 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. # source code you got. During compile time some extensive error checking is performed.
# your code should expect to get some SyntaxErrors. # your code should expect to get some SyntaxErrors.
# #