Merge pull request #1952 from Shopify/jus/template.rb-typo-docs

template.rb: Correct typo in docs
This commit is contained in:
Gray Gilmore
2025-09-03 09:03:54 -07:00
committed by GitHub
+1 -1
View File
@@ -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.
#