Skip to content

Commit 4ae698b

Browse files
mnocondabrt
andauthored
Apply suggestion from @dabrt
Co-authored-by: Tomasz Dąbrowski <[email protected]>
1 parent 90cd268 commit 4ae698b

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 that implements 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)