We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 7a2da33 + 39dab46 commit 7109931Copy full SHA for 7109931
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