diff options
author | Brent Ashley <brent@ashleyit.com> | 2012-05-22 21:24:04 +0200 |
---|---|---|
committer | Brent Ashley <brent@ashleyit.com> | 2012-05-22 21:24:04 +0200 |
commit | 0b427951859e393b5c6b31699fe0f1c1ae89b403 (patch) | |
tree | 49a6d499d888992d2e58d1b029f877015bd5c130 | |
parent | 4337771961de19f7cffb444aa2bd2866e9dad18a (diff) |
fix typo in step 8
-rw-r--r-- | user_guide_src/source/installation/upgrade_200.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/user_guide_src/source/installation/upgrade_200.rst b/user_guide_src/source/installation/upgrade_200.rst index 74b7443d8..29f44bd9e 100644 --- a/user_guide_src/source/installation/upgrade_200.rst +++ b/user_guide_src/source/installation/upgrade_200.rst @@ -91,7 +91,7 @@ Step 8: Move any core extensions to application/core ==================================================== Any extensions to core classes (e.g. MY_Controller.php) in your -application/liblraries folder must be moved to the new +application/libraries folder must be moved to the new application/core folder. Step 9: Update your user guide |