Skip to content

Commit 39dab46

Browse files
author
obozdag
authored
docs: small typo in static_pages.rst
Small typo in static_pages.rst file URL-Will show table
1 parent 7a2da33 commit 39dab46

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

user_guide_src/source/tutorial/static_pages.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -219,7 +219,7 @@ controller you made above produces...
219219
| localhost:8080/pages | the results from the ``index()`` method inside our ``Pages`` |
220220
| | controller, which is to display the CodeIgniter "welcome" page. |
221221
+---------------------------------+-----------------------------------------------------------------+
222-
| localhost:8080/home | show the "home" page that you made above, because we explicitly |
222+
| localhost:8080/home | the "home" page that you made above, because we explicitly |
223223
| | asked for it. the results from the ``view()`` method inside our |
224224
| | ``Pages`` controller. |
225225
+---------------------------------+-----------------------------------------------------------------+

0 commit comments

Comments
 (0)