@@ -56,7 +56,7 @@ <h5>Regular FEST</h5>
       <div class="span8 offset2">
         <h5>FEST Android</h5>
         <pre class="prettyprint">assertThat(layout).isVisible()
-    .isVertial()
+    .isVertical()
     .hasChildCount(4)
     .hasShowDividers(SHOW_DIVIDERS_MIDDLE);</pre>
       </div>