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)