Thanks for releasing the event dispatcher. I read through the documentation and spotted some grammatical errors and have attached a patch. I have also tried to clarify, in particular the first two paragraphs which didn't read well.
A couple of points I have not addressed in the patch, as I don't know how to:
- In the first recipe, it would be useful to give an example of how $this->dispatcher was instantiated - a singleton method somewhere?
- I don't understand why the first parameter of sfEvent needs to be '$this' - what is its significance and why can't it always be omitted?
Please check changes for factual accuracy - I'm not that familiar (yet!) with event dispatch!