mirror of
https://github.com/Shopify/liquid.git
synced 2026-09-20 03:10:39 -07:00
template.rb: Correct typo in docs
This commit is contained in:
@@ -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.
|
||||||
#
|
#
|
||||||
|
|||||||
Reference in New Issue
Block a user