Skip to content

Commit 31b484f

Browse files
committed
docs: make description more accurate
1 parent 79f51a8 commit 31b484f

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
@@ -159,7 +159,7 @@ If the requested page doesn't exist, a "404 Page not found" error is shown.
159159
The first line in this method checks whether the page actually exists.
160160
PHP's native ``is_file()`` function is used to check whether the file
161161
is where it's expected to be. The ``PageNotFoundException`` is a CodeIgniter
162-
exception that causes the default error page to show.
162+
exception that causes the 404 Page Not Found error page to show.
163163

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

0 commit comments

Comments
 (0)