From: Dave Rolsky <autarch@urth.org>
Date: Wed, 23 Sep 2009 19:10:25 +0000 (-0500)
Subject: Missing an "in"
X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=e5792e208871d019c032c26070105df2333a8e21;p=gitmo%2Fmoose-presentations.git

Missing an "in"
---

diff --git a/moose-class/slides/index.html b/moose-class/slides/index.html
index 67fcb8e..b06c84c 100644
--- a/moose-class/slides/index.html
+++ b/moose-class/slides/index.html
@@ -2361,7 +2361,7 @@ after clear_password =&gt; sub {
   <h1>Modifier Order</h1>
 
   <ul>
-    <li>Before runs order from last to first</li>
+    <li>Before runs in order from last to first</li>
     <li>After runs in order from first to last</li>
     <li>Around runs in order from last to first</li>
   </ul>