From 2438f4b01872e8b46474e63e7fea895abff8580f Mon Sep 17 00:00:00 2001
From: "d pham (they/them)" <1707217+dphm@users.noreply.github.com>
Date: Tue, 12 Oct 2021 14:50:11 -0400
Subject: [PATCH] docs: typo fix an -> can
---
docs/source/tutorials/partials-and-layouts.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/docs/source/tutorials/partials-and-layouts.md b/docs/source/tutorials/partials-and-layouts.md
index eee1a285b..f7be8a635 100644
--- a/docs/source/tutorials/partials-and-layouts.md
+++ b/docs/source/tutorials/partials-and-layouts.md
@@ -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 layout, render and include an be omitted if Liquid instance is created using `extname: ".liquid"` option. See the extname option for details.
+The ".liquid" extension in layout, render and include can be omitted if Liquid instance is created using `extname: ".liquid"` option. See the extname option for details.
{% endnote %}
## Layout Templates (Extends)