CodeIgniter Forums
Typo in an example in CI4 users's guide - Printable Version

+- CodeIgniter Forums (https://forum.codeigniter.com)
+-- Forum: Development (https://forum.codeigniter.com/forumdisplay.php?fid=6)
+--- Forum: Issues (https://forum.codeigniter.com/forumdisplay.php?fid=19)
+--- Thread: Typo in an example in CI4 users's guide (/showthread.php?tid=75205)



Typo in an example in CI4 users's guide - snjlpro - 01-11-2020

Hi,

in CI4 users's guide, I found a Typo in an example that leads to an error.

It is the example in the page CLI - Hello World


the 1rst line of the example should be
  namespace App\Controllers;
instead of
  namespace App\Controller;


RE: Typo in an example in CI4 users's guide - InsiteFX - 01-12-2020

You need to create an issue on GitHub for the Documentation

CodeIgniter User Guide Issue


RE: Typo in an example in CI4 users's guide - jreklund - 01-13-2020

Thanks for the report. I have created a pull request to correct this issue.
https://github.com/codeigniter4/CodeIgniter4/pull/2485