docs: typo fix an -> can

This commit is contained in:
d pham (they/them)
2021-10-15 22:55:22 +08:00
committed by harttle
parent 8321a8e982
commit 2438f4b018
@@ -28,7 +28,7 @@ color: 'yellow' shape: 'square'
More details please refer to the [render](../tags/render.html) tag.
{% note tip The ".liquid" Extension %}
The ".liquid" extension in <code>layout</code>, <code>render</code> and <code>include</code> an be omitted if Liquid instance is created using `extname: ".liquid"` option. See <a href="./options.html#extname">the extname option</a> for details.
The ".liquid" extension in <code>layout</code>, <code>render</code> and <code>include</code> can be omitted if Liquid instance is created using `extname: ".liquid"` option. See <a href="./options.html#extname">the extname option</a> for details.
{% endnote %}
## Layout Templates (Extends)