summaryrefslogtreecommitdiffstats
path: root/user_guide/libraries
diff options
context:
space:
mode:
authorDerek Allard <derek.allard@ellislab.com>2007-02-01 21:15:32 +0100
committerDerek Allard <derek.allard@ellislab.com>2007-02-01 21:15:32 +0100
commitace387ac78117d7053d77ee1fe07d6c50a3fc6bc (patch)
tree0663a720fb4f97f435730005a32196ad7eb15b9b /user_guide/libraries
parent13a0d736b6678c589afec1864edb0ad0d05a84d3 (diff)
changed example to crazy US way of spelling "colour" for consistency
Diffstat (limited to 'user_guide/libraries')
-rw-r--r--user_guide/libraries/table.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/user_guide/libraries/table.html b/user_guide/libraries/table.html
index 30968e255..8cd4a1e9b 100644
--- a/user_guide/libraries/table.html
+++ b/user_guide/libraries/table.html
@@ -188,7 +188,7 @@ $this->table->set_template($tmpl);
<p>Permits you to add a caption to the table.</p>
-<code>$this->table->set_caption('Colours');</code>
+<code>$this->table->set_caption('Colors');</code>
<h2>$this->table->set_heading()</h2>