Skip to content

Commit 78cf306

Browse files
committed
docs: remove leading slash
1 parent 335cca9 commit 78cf306

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

user_guide_src/source/general/helpers.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -84,9 +84,9 @@ sub-directory named **Helpers**. An example will help understand this.
8484

8585
For this example, assume that we have grouped together all of our Blog-related
8686
code into its own namespace, ``Example\Blog``. The files exist on our server at
87-
**/Modules/Blog/**. So, we would put our Helper files for the blog module in
88-
**/Modules/Blog/Helpers/**. A **blog_helper** file would be at
89-
**/Modules/Blog/Helpers/blog_helper.php**. Within our controller we could
87+
**Modules/Blog/**. So, we would put our Helper files for the blog module in
88+
**Modules/Blog/Helpers/**. A **blog_helper** file would be at
89+
**Modules/Blog/Helpers/blog_helper.php**. Within our controller we could
9090
use the following command to load the helper for us:
9191

9292
.. literalinclude:: helpers/004.php

0 commit comments

Comments
 (0)