summaryrefslogtreecommitdiffstats
path: root/user_guide/overview
diff options
context:
space:
mode:
authorRick Ellis <rick.ellis@ellislab.com>2008-04-11 21:49:42 +0200
committerRick Ellis <rick.ellis@ellislab.com>2008-04-11 21:49:42 +0200
commit47d7892a67ca2c36454c5ec18f76a469b77590bf (patch)
tree9d51923c248fdde9b2caf45a4ff538ad1d9536f5 /user_guide/overview
parentd7f421133d78156a8587f9c244b4bebb4d2c6a8c (diff)
Diffstat (limited to 'user_guide/overview')
-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>