CodeIgniter Forums
[split] CodeIgniter 4.0.0-rc.3 typo - Printable Version

+- CodeIgniter Forums (https://forum.codeigniter.com)
+-- Forum: CodeIgniter 4 (https://forum.codeigniter.com/forumdisplay.php?fid=28)
+--- Forum: CodeIgniter 4 Support (https://forum.codeigniter.com/forumdisplay.php?fid=30)
+--- Thread: [split] CodeIgniter 4.0.0-rc.3 typo (/showthread.php?tid=74676)



[split] CodeIgniter 4.0.0-rc.3 typo - mladoux - 10-21-2019

Finally got a a chance to play with CI4 since the RC's started coming out. Ran into some issues with the migrations ( turned out to be user error ) - that said, there is a typo on Line 439 of system/Config/Services.php

Code:
    * Return the appropriate igration runner.

should be

Code:
    * Return the appropriate Migration runner.

It's minor, just in the comments, but I found it while troubleshooting why my migration didn't work the way I expected it to.