Skip to content

Commit 7109931

Browse files
authored
Merge pull request #8644 from obozdag/patch-3
docs: small typo in static_pages.rst
2 parents 7a2da33 + 39dab46 commit 7109931

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)