Skip to content

Commit e521321

Browse files
committed
minor #1282 append backslash to namespace in twig_component.yaml (boedah)
This PR was merged into the 2.x branch. Discussion ---------- append backslash to namespace in twig_component.yaml This is the way the [flex recipe](https://github.com/symfony/recipes/blob/flex/main/symfony.ux-twig-component.2.13.json) creates this file and it throws an error without the final backslash. Commits ------- 740ed73 append backslash to namespace in twig_component.yaml
2 parents 0f40dfc + 740ed73 commit e521321

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/TwigComponent/doc/index.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ file to control the template directory for your components:
7070
anonymous_template_directory: 'components/'
7171
defaults:
7272
# Namespace & directory for components
73-
App\Twig\Components: 'components/'
73+
App\Twig\Components\: 'components/'
7474
7575
Component Basics
7676
----------------

0 commit comments

Comments
 (0)