We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents a1b67a6 + e8d06bf commit 497e151Copy full SHA for 497e151
proposed/event-manager.md
@@ -48,7 +48,7 @@ MUST contain a event name in order trigger the listeners. Each event MAY have a
48
target which is an object that is the context the event is being triggered for.
49
OPTIONALLY the event can have additional parameters for use within the event.
50
51
-The event MUST contain a propegation flag that singles the EventManager to stop
+The event MUST contain a propegation flag that signals the EventManager to stop
52
passing along the event to other listeners.
53
54
```php
@@ -183,4 +183,4 @@ interface EventManagerInterface
183
*/
184
public function trigger($event, $target = null, $argv = array());
185
}
186
-```
+```
0 commit comments