We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fb0a5bc commit c5c0287Copy full SHA for c5c0287
1 file changed
user_guide_src/source/tutorial/news_section.rst
@@ -166,7 +166,7 @@ add some code to the controller and create a new view. Go back to the
166
167
.. literalinclude:: news_section/006.php
168
169
-Don't forget add ``use CodeIgniter\Exceptions\PageNotFoundException;`` to import
+Don't forget to add ``use CodeIgniter\Exceptions\PageNotFoundException;`` to import
170
the ``PageNotFoundException`` class.
171
172
Instead of calling the ``getNews()`` method without a parameter, the
0 commit comments