Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Merge pull request #824 from frenkel/master
Fix a small typo in documentation
  • Loading branch information
brendo committed Oct 11, 2011
2 parents 6a99756 + a7b4e40 commit 9af27d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion symphony/lib/toolkit/class.event.php
Expand Up @@ -126,7 +126,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 9af27d2

Please sign in to comment.