Edited wiki page LifeOfARequest through web user interface.
diff --git a/LifeOfARequest.wiki b/LifeOfARequest.wiki
index 43b81b3..eac2232 100644
--- a/LifeOfARequest.wiki
+++ b/LifeOfARequest.wiki
@@ -44,7 +44,7 @@
 
     1. Initialize request, arguments and keyword arguments as instance variables
     2. It is checked if the application is currently in maintenance mode, if so MaintainceMode exception is raised and users are asked to try again later.
-    3. Access check is called so as to determine if the current user is allowed to 
-    3. Delegates dispatching to the handler to the _dispatch method.
+    3. Access check is called so as to determine if the current user is allowed to submit the request
+    3. Delegates how the request is supposed to be handled in _dispatch
     4. Handles several known exception types that may have been raised.
     5. Returns the response.
\ No newline at end of file