File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
user_guide_src/source/tutorial Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -219,7 +219,7 @@ controller you made above produces...
219219 | localhost:8080/pages | the results from the ``index() `` method inside our ``Pages `` |
220220 | | controller, which is to display the CodeIgniter "welcome" page. |
221221 +---------------------------------+-----------------------------------------------------------------+
222- | localhost:8080/home | show the "home" page that you made above, because we explicitly |
222+ | localhost:8080/home | the "home" page that you made above, because we explicitly |
223223 | | asked for it. the results from the ``view() `` method inside our |
224224 | | ``Pages `` controller. |
225225 +---------------------------------+-----------------------------------------------------------------+
You can’t perform that action at this time.
0 commit comments