Skip to content

Commit 3f3df0d

Browse files
authored
Merge pull request #9731 from hex-ci/patch-6
docs: Fixed typo
2 parents 4e88f88 + 8a298bb commit 3f3df0d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

user_guide_src/source/extending/composer_packages.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ Here's a typical directory structure for a Composer package::
2222
├── README.md
2323
├── composer.json
2424
├── src/
25-
   └── YourClass.php
25+
└── YourClass.php
2626
└── tests/
2727
└── YourClassTest.php
2828

0 commit comments

Comments
 (0)