summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--user_guide/overview/goals.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/user_guide/overview/goals.html b/user_guide/overview/goals.html
index 8d134360b..a338dcc3f 100644
--- a/user_guide/overview/goals.html
+++ b/user_guide/overview/goals.html
@@ -64,7 +64,7 @@ Goals
<p>To meet this goal we are committed to benchmarking, re-factoring, and simplifying at every step of the development process,
rejecting anything that doesn't further the stated objective.</p>
-<p>From an technical and architectural standpoint, CodeIgniter was created with the following objectives:</p>
+<p>From a technical and architectural standpoint, CodeIgniter was created with the following objectives:</p>
<ul>
<li><strong>Dynamic Instantiation.</strong> In CodeIgniter, components are loaded and routines executed only when requested, rather than globally. No assumptions are made by the system regarding what may be needed beyond the minimal core resources, so the system is very light-weight by default. The events, as triggered by the HTTP request, and the controllers and views you design will determine what is invoked.</li>