AR was documented as being off by default, corrected this.
diff --git a/user_guide/database/connecting.html b/user_guide/database/connecting.html
index 373c056..c36f21d 100644
--- a/user_guide/database/connecting.html
+++ b/user_guide/database/connecting.html
@@ -85,7 +85,7 @@
<ol>
<li>The database connection values, passed either as an array or a DSN string.</li>
<li>TRUE/FALSE (boolean). Whether to return the connection ID (see Connecting to Multiple Databases below).</li>
- <li>TRUE/FALSE (boolean). Whether to enable the Active Record class. Set to FALSE by default.</li>
+ <li>TRUE/FALSE (boolean). Whether to enable the Active Record class. Set to TRUE by default.</li>
</ol>