diff --git a/_includes/layout-options.html b/_includes/layout-options.html
index 8821338..17f0c15 100644
--- a/_includes/layout-options.html
+++ b/_includes/layout-options.html
@@ -1,4 +1,4 @@
-
Layout Modes
+Layout modes
- masonry
diff --git a/_posts/demos/2010-12-29-layout-modes.html b/_posts/demos/2010-12-29-layout-modes.html
index ac3fe40..e80aa87 100644
--- a/_posts/demos/2010-12-29-layout-modes.html
+++ b/_posts/demos/2010-12-29-layout-modes.html
@@ -1,5 +1,5 @@
---
-title: Layout Modes
+title: Layout modes
layout: demo
category: demos
related: layouts
diff --git a/_posts/docs/2010-12-03-options.mdown b/_posts/docs/2010-12-03-options.mdown
index 782dfb3..89091b5 100644
--- a/_posts/docs/2010-12-03-options.mdown
+++ b/_posts/docs/2010-12-03-options.mdown
@@ -174,9 +174,9 @@ Restricts Isotope item elements to selector.
'masonry'
-See also docs on [Layout Modes](layout-modes.html).
+See also docs on [Layout modes](layout-modes.html).
-[**See Demo: Layout Modes**](../demos/layout-modes.html)
+[**See Demo: Layout modes**](../demos/layout-modes.html)
## resizable
@@ -247,4 +247,4 @@ $('#container').isotope({
{% endhighlight %}
-[**See Demo: Layout Modes**](../demos/layout-modes.html)
\ No newline at end of file
+[**See Demo: Layout modes**](../demos/layout-modes.html)
\ No newline at end of file
diff --git a/_posts/docs/2010-12-05-layout-modes.mdown b/_posts/docs/2010-12-05-layout-modes.mdown
index bf44783..4842989 100644
--- a/_posts/docs/2010-12-05-layout-modes.mdown
+++ b/_posts/docs/2010-12-05-layout-modes.mdown
@@ -1,6 +1,6 @@
---
-title: Layout Modes
+title: Layout modes
category: docs
layout: doc
body_class: option-def
@@ -18,7 +18,7 @@ toc:
Isotope has a versatile layout engine that can accommodate multiple layout modes. You can set and change the layout mode via the `layoutMode` option.
-[**See Demo: Layout Modes**](../demos/layout-modes.html)
+[**See Demo: Layout modes**](../demos/layout-modes.html)
### Example