Skip to content

Commit eab44ee

Browse files
committed
Typo fix
1 parent 5690847 commit eab44ee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

container.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@ Lastly, but most importantly, you may simply "type-hint" the dependency in the c
144144

145145
### Injecting Concrete Dependencies
146146

147-
A very powerful features of the service container is its ability to bind an interface to a given implementation. For example, perhaps our application integrates with the [Pusher](https://pusher.com) web service for sending and receiving real-time events. If we are using Pusher's PHP SDK, we could inject an instance of the Pusher client into a class:
147+
A very powerful feature of the service container is its ability to bind an interface to a given implementation. For example, perhaps our application integrates with the [Pusher](https://pusher.com) web service for sending and receiving real-time events. If we are using Pusher's PHP SDK, we could inject an instance of the Pusher client into a class:
148148

149149
<?php namespace App\Handlers\Commands;
150150

0 commit comments

Comments
 (0)