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

Commit 66c7f99

Browse files
committed
Merge pull request #145 from MidnightDesign/patch-2
Fix a minor typo in migration.md
2 parents 9fc7f2c + 31b0f32 commit 66c7f99

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/book/migration/to-v2-7.md

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

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

0 commit comments

Comments
 (0)