You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/utils-factory.md
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -5,7 +5,7 @@ The `Utils\Factory` provides a simple way to override [all objects](objects-intr
5
5
6
6
### Override the classes
7
7
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.
9
9
10
10
```php
11
11
$factory = new \Art4\JsonApiClient\Utils\Factory([
0 commit comments