From 39dab461b3ee778288391c09cb4eafc0ce7dd9e6 Mon Sep 17 00:00:00 2001 From: obozdag Date: Thu, 21 Mar 2024 03:45:52 +0100 Subject: [PATCH] docs: small typo in static_pages.rst Small typo in static_pages.rst file URL-Will show table --- user_guide_src/source/tutorial/static_pages.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/user_guide_src/source/tutorial/static_pages.rst b/user_guide_src/source/tutorial/static_pages.rst index db3382245195..7ae44927c316 100644 --- a/user_guide_src/source/tutorial/static_pages.rst +++ b/user_guide_src/source/tutorial/static_pages.rst @@ -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. | +---------------------------------+-----------------------------------------------------------------+