Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Frank Groeneveld committed Oct 10, 2011
1 parent f105b20 commit a7b4e40
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion symphony/lib/toolkit/class.event.php
Expand Up @@ -136,7 +136,7 @@ public static function documentation() {
/**
* Priority determines Event importance and when it should be executed.
* The default priority for an event is `Event::kNORMAL`, with `Event::kHIGH` and
* `Event::kLOW` being the other available options. Events execution is `Event::HIGH`
* `Event::kLOW` being the other available options. Events execution is `Event::kHIGH`
* to `Event::kNORMAL` to `Event::kLOW`. If there are more than one event at the
* same priority level, they are sorted alphabetically by event handle and executed
* in that order for that priority.
Expand Down

0 comments on commit a7b4e40

Please sign in to comment.