minor typo fix in homepage

This commit is contained in:
Ken Egozi 2014-12-10 13:47:48 -08:00
parent a8e8630164
commit 062ea07ca3

View File

@ -103,7 +103,7 @@
</div> </div>
</div> </div>
<h3>Middleware support</h3> <h3>Middleware support</h3>
<p>A incoming HTTP request can by handled by a chain of middlewares and the final action. <p>A incoming HTTP request can be handled by a chain of middlewares and the final action.
<br>For example: Logger, Authorization, GZIP and finally post a message in the DB.</p> <br>For example: Logger, Authorization, GZIP and finally post a message in the DB.</p>
</div> </div>
<div class="w-col w-col-4 w-col-small-4"> <div class="w-col w-col-4 w-col-small-4">