We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7a2da33 commit 39dab46Copy full SHA for 39dab46
1 file changed
user_guide_src/source/tutorial/static_pages.rst
@@ -219,7 +219,7 @@ controller you made above produces...
219
| localhost:8080/pages | the results from the ``index()`` method inside our ``Pages`` |
220
| | controller, which is to display the CodeIgniter "welcome" page. |
221
+---------------------------------+-----------------------------------------------------------------+
222
- | localhost:8080/home | show the "home" page that you made above, because we explicitly |
+ | localhost:8080/home | the "home" page that you made above, because we explicitly |
223
| | asked for it. the results from the ``view()`` method inside our |
224
| | ``Pages`` controller. |
225
0 commit comments