Skip to content

Commit

Permalink
docs: small typo in static_pages.rst
Browse files Browse the repository at this point in the history
Small typo in static_pages.rst file URL-Will show table
  • Loading branch information
obozdag authored Mar 21, 2024
1 parent 7a2da33 commit 39dab46
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion user_guide_src/source/tutorial/static_pages.rst
Original file line number Diff line number Diff line change
Expand Up @@ -219,7 +219,7 @@ controller you made above produces...
| localhost:8080/pages | the results from the ``index()`` method inside our ``Pages`` |
| | controller, which is to display the CodeIgniter "welcome" page. |
+---------------------------------+-----------------------------------------------------------------+
| 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 |
| | asked for it. the results from the ``view()`` method inside our |
| | ``Pages`` controller. |
+---------------------------------+-----------------------------------------------------------------+
Expand Down

0 comments on commit 39dab46

Please sign in to comment.