Skip to content

Commit ec7c140

Browse files
author
Mike Zukowsky
committed
Update README.md
1 parent d4a46e9 commit ec7c140

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -159,9 +159,9 @@ Basicly, all you probably will want to do, is to define the `handler-map` array
159159

160160
### ClassnameZendLocator
161161

162-
This locator simply appends the word `Handler` to the command's FQCN so no you don't have to define any handler map. For example, if you request command `App\Commands\LoginCommand`, locator will try to fetch `App\Command\LoginCommandHandler` from the Service Manager.
162+
This locator simply appends the word `Handler` to the command's FQCN so you don't have to define any handler map. For example, if you request command `App\Commands\LoginCommand`, locator will try to get `App\Command\LoginCommandHandler` from the Service Manager.
163163

164-
Locator will work with FQCN's not registered in the Service Manager, altough to prevent additional costly checks, make sure your locator is registered as a invokable or factory.
164+
Locator will work with FQCN's not registered in the Service Manager, altough to prevent additional costly checks, make sure the locator is registered as a invokable or factory.
165165

166166
To change the locator from ZendLocator to ClassnameZendLocator simply set it in the config:
167167

0 commit comments

Comments
 (0)