Skip to content

Commit 497e151

Browse files
committed
Merge pull request #1 from colinodell/patch-2
Fix small typo
2 parents a1b67a6 + e8d06bf commit 497e151

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

proposed/event-manager.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ MUST contain a event name in order trigger the listeners. Each event MAY have a
4848
target which is an object that is the context the event is being triggered for.
4949
OPTIONALLY the event can have additional parameters for use within the event.
5050

51-
The event MUST contain a propegation flag that singles the EventManager to stop
51+
The event MUST contain a propegation flag that signals the EventManager to stop
5252
passing along the event to other listeners.
5353

5454
```php
@@ -183,4 +183,4 @@ interface EventManagerInterface
183183
*/
184184
public function trigger($event, $target = null, $argv = array());
185185
}
186-
```
186+
```

0 commit comments

Comments
 (0)