Skip to content

Commit 90cd268

Browse files
authored
Update docs/templating/components.md
1 parent 675e242 commit 90cd268

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/templating/components.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ You can create Twig Components in one of two ways:
1818

1919
### PHP code
2020

21-
Create a class implementing the `\Ibexa\Contracts\TwigComponents\ComponentInterface` interface.
21+
Create a class implementing the `\Ibexa\Contracts\TwigComponents\ComponentInterface` interface.
2222
Register it as a service by using the `AsTwigComponent` attribute or the `ibexa.twig.component` service tag:
2323

2424
=== "PHP Attribute"

0 commit comments

Comments
 (0)