diff options
Diffstat (limited to 'user_guide/installation/upgrade_b11.html')
-rw-r--r-- | user_guide/installation/upgrade_b11.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/user_guide/installation/upgrade_b11.html b/user_guide/installation/upgrade_b11.html index c7563a6fb..ef2cf5288 100644 --- a/user_guide/installation/upgrade_b11.html +++ b/user_guide/installation/upgrade_b11.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>
@@ -71,7 +71,7 @@ Upgrading from Beta 1.0 to Beta 1.1 <h2>Step 2: Relocate your config folder</h2>
<p>This version of Code Igniter now permits multiple sets of "applications" to all share a common set of backend files. In order to enable
-each application to have its own configuration values, the <kbd>config</kbd> directory must now reside
+each application to have its own configuration values, the <kbd>config</kbd> directory must now reside
inside of your <dfn>application</dfn> folder, so please move it there.</p>
|