Skip to content
This repository was archived by the owner on Jan 29, 2020. It is now read-only.

Commit 31b0f32

Browse files
Fix a minor typo in migration.md
1 parent c9b65f0 commit 31b0f32

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/book/migration.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ if ($events instanceof EventManagerInterface) {
6262
}
6363
```
6464

65-
In zend-eventmanager v3, event manager's are now injected with the shared
65+
In zend-eventmanager v3, event managers are now injected with the shared
6666
manager at instantiation, and no setter exists for providing the shared manager.
6767
As such, the above logic changed to:
6868

0 commit comments

Comments
 (0)