Skip to content

Commit

Permalink
docs: make description more accurate
Browse files Browse the repository at this point in the history
  • Loading branch information
kenjis committed Mar 21, 2024
1 parent 79f51a8 commit 31b484f
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 @@ -159,7 +159,7 @@ If the requested page doesn't exist, a "404 Page not found" error is shown.
The first line in this method checks whether the page actually exists.
PHP's native ``is_file()`` function is used to check whether the file
is where it's expected to be. The ``PageNotFoundException`` is a CodeIgniter
exception that causes the default error page to show.
exception that causes the 404 Page Not Found error page to show.

In the header template, the ``$title`` variable was used to customize the
page title. The value of title is defined in this method, but instead of
Expand Down

0 comments on commit 31b484f

Please sign in to comment.