Skip to content

Commit

Permalink
Merge pull request #8644 from obozdag/patch-3
Browse files Browse the repository at this point in the history
docs: small typo in static_pages.rst
  • Loading branch information
kenjis authored Mar 21, 2024
2 parents 7a2da33 + 39dab46 commit 7109931
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 7109931

Please sign in to comment.