Skip to content

Commit 05ce8a5

Browse files
committed
docs: fix directory name
Saying that "If you have ``Blog`` directory", the directory name must be Blog, not blog.
1 parent d5c90f1 commit 05ce8a5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

user_guide_src/source/outgoing/views.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ to package your views together in a module-like fashion for easy re-use or distr
109109

110110
If you have ``Blog`` directory that has a PSR-4 mapping set up in the :doc:`Autoloader </concepts/autoloader>` living
111111
under the namespace ``Example\Blog``, you could retrieve view files as if they were namespaced also. Following this
112-
example, you could load the **BlogView** file from **/blog/views** by prepending the namespace to the view name::
112+
example, you could load the **blogview.php** file from **Blog/Views** by prepending the namespace to the view name::
113113

114114
echo view('Example\Blog\Views\blogview');
115115

0 commit comments

Comments
 (0)