summaryrefslogtreecommitdiffstats
path: root/user_guide/overview/appflow.html
diff options
context:
space:
mode:
Diffstat (limited to 'user_guide/overview/appflow.html')
-rw-r--r--user_guide/overview/appflow.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/user_guide/overview/appflow.html b/user_guide/overview/appflow.html
index 4a1c8a387..4881fd740 100644
--- a/user_guide/overview/appflow.html
+++ b/user_guide/overview/appflow.html
@@ -68,7 +68,7 @@ Appflow
<li>The Router examines the HTTP request to determine what should be done with it.</li>
<li>If a cache file exists, it is sent directly to the browser, bypassing the normal system execution.</li>
<li>Security. Before the application controller is loaded, the HTTP request and any user submitted data is filtered for security.</li>
-<li>The Controller loads the model, core libraries, plugins, helpers, and any other resources needed to process the specific request.</li>
+<li>The Controller loads the model, core libraries, helpers, and any other resources needed to process the specific request.</li>
<li>The finalized View is rendered then sent to the web browser to be seen. If caching is enabled, the view is cached first so
that on subsequent requests it can be served.</li>
</ol>