summaryrefslogtreecommitdiffstats
path: root/user_guide
diff options
context:
space:
mode:
authorDerek Allard <derek.allard@ellislab.com>2010-07-05 13:49:14 +0200
committerDerek Allard <derek.allard@ellislab.com>2010-07-05 13:49:14 +0200
commitbb6a687bc5aeafa20da8ef7422476e8307739694 (patch)
treec04864a307edda277d6226915fdb2a9b5f4550ba /user_guide
parent8d027fad2fe50fa05b6bb967883a9ddfa673c746 (diff)
minor capitalization
Diffstat (limited to 'user_guide')
-rw-r--r--user_guide/libraries/benchmark.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/user_guide/libraries/benchmark.html b/user_guide/libraries/benchmark.html
index 79f7fedba..d0ba32943 100644
--- a/user_guide/libraries/benchmark.html
+++ b/user_guide/libraries/benchmark.html
@@ -83,7 +83,7 @@ timing of the entire system execution to be shown.</p>
<a name="using"></a>
<h2>Using the Benchmark Class</h2>
-<p>The Benchmark class can be used within your <a href="../general/controllers.html">controllers</a>, <a href="../general/views.html">views</a>, or your <a href="../general/models.html">Models</a>. The process for usage is this:</p>
+<p>The Benchmark class can be used within your <a href="../general/controllers.html">controllers</a>, <a href="../general/views.html">views</a>, or your <a href="../general/models.html">models</a>. The process for usage is this:</p>
<ol>
<li>Mark a start point</li>