Skip to content

Commit f5cb057

Browse files
authored
Fix typos
1 parent a14b97d commit f5cb057

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
@@ -5,7 +5,7 @@ The `Utils\Factory` provides a simple way to override [all objects](objects-intr
55

66
### Override the classes
77

8-
All used classes are listet [in the source code](../src/Utils/Factory.php#L12). You can inject your own clasess by passing them to the factory constructor.
8+
All used classes are listed [in the source code](../src/Utils/Factory.php#L12). You can inject your own classes by passing them to the factory constructor.
99

1010
```php
1111
$factory = new \Art4\JsonApiClient\Utils\Factory([

0 commit comments

Comments
 (0)