Skip to content

Commit 54eca6e

Browse files
committed
Typo in docs
1 parent 495bbd9 commit 54eca6e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/utils-factory.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ If you need to make more changes in the factory you can write your own factory.
5555
```php
5656
<?php
5757
namespace My\Own
58-
class Factory implement \Art4\JsonApiClient\Utils\FactoryInterface
58+
class Factory implements \Art4\JsonApiClient\Utils\FactoryInterface
5959
{
6060
/**
6161
* Create a new instance of a class

0 commit comments

Comments
 (0)