summaryrefslogtreecommitdiffstats
path: root/user_guide/overview/goals.html
diff options
context:
space:
mode:
Diffstat (limited to 'user_guide/overview/goals.html')
-rw-r--r--user_guide/overview/goals.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/user_guide/overview/goals.html b/user_guide/overview/goals.html
index 97d0774ed..c5bf9bafc 100644
--- a/user_guide/overview/goals.html
+++ b/user_guide/overview/goals.html
@@ -12,7 +12,7 @@
<script type="text/javascript" src="../nav/moo.fx.js"></script>
<script type="text/javascript">
window.onload = function() {
- myHeight = new fx.Height('nav', {duration: 400});
+ myHeight = new fx.Height('nav', {duration: 400});
myHeight.hide();
}
</script>
@@ -66,7 +66,7 @@ Goals
<p>Our goal for Code Igniter is <dfn>maximum performance, capability, and flexibility in the smallest, lightest possible package</dfn>.</p>
-<p>To meet this goal we are committed to benchmarking, re-factoring, and simplifying at every step of the development process,
+<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, Code Igniter was created with the following objectives:</p>