Skip to content

Commit b3d4dbb

Browse files
committed
Typo
1 parent 57d8099 commit b3d4dbb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ If you want to learn more about all that PHP-DI can offer [have a look at its in
1919

2020
### Controllers as services
2121

22-
While you controllers can be simple closures, you can also **write them as classes and have PHP-DI instantiate them only when they are called**:
22+
While your controllers can be simple closures, you can also **write them as classes and have PHP-DI instantiate them only when they are called**:
2323

2424
```php
2525
class UserController

0 commit comments

Comments
 (0)