summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrey Andreev <narf@bofh.bg>2013-02-21 17:29:01 +0100
committerAndrey Andreev <narf@bofh.bg>2013-02-21 17:29:01 +0100
commit82ad654c559630cee019cdec0fb6b732227cb91b (patch)
tree864460a9971bffb0f544a669757fdee626582011
parent2ba7e238975fa812ea19206ac5bef46d91f698fe (diff)
parent05f3ad292da185cfc18901070a84db952fed6274 (diff)
Merge pull request #2274 from ckdarby/patch-1
Fix #2273
-rw-r--r--user_guide_src/source/libraries/migration.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/user_guide_src/source/libraries/migration.rst b/user_guide_src/source/libraries/migration.rst
index 9a7b10d64..b734f5c34 100644
--- a/user_guide_src/source/libraries/migration.rst
+++ b/user_guide_src/source/libraries/migration.rst
@@ -10,7 +10,7 @@ need to be run against the production machines next time you deploy.
The database table **migration** tracks which migrations have already been
run so all you have to do is update your application files and
-call **$this->migrate->current()** to work out which migrations should be run.
+call **$this->migration->current()** to work out which migrations should be run.
The current version is found in **config/migration.php**.
********************