changed example to crazy US way of spelling "colour" for consistency
diff --git a/user_guide/libraries/table.html b/user_guide/libraries/table.html
index 30968e2..8cd4a1e 100644
--- a/user_guide/libraries/table.html
+++ b/user_guide/libraries/table.html
@@ -188,7 +188,7 @@
 

 <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>