diff --git a/demo/two_vertical.html b/demo/two_vertical.html
index 9cad829e7..532fe9b42 100644
--- a/demo/two_vertical.html
+++ b/demo/two_vertical.html
@@ -28,7 +28,7 @@
Two vertical grids demo - with maxRow
GridStack.init(opts, document.getElementById('grid1'))
.load([{x:0, y:0, content: '0'}, {x:1, y:0, content: '1'}]);
GridStack.init(opts, document.getElementById('grid2'))
- .load([{x:0, y:0, content: '2'}, {x:2, y:0, content: '3'}]);
+ .load([{x:0, y:0, content: '2'}, {x:1, y:0, content: '3'}]);