From 732dee92ad3a05587916b51194ed90eb356a7071 Mon Sep 17 00:00:00 2001 From: Your Name Date: Mon, 2 Aug 2010 13:16:07 +0200 Subject: [PATCH] I guess you meant "Now you can test" or "Now test the ..." --- manual/en/events.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manual/en/events.txt b/manual/en/events.txt index aa405450d..264c361d1 100644 --- a/manual/en/events.txt +++ b/manual/en/events.txt @@ -84,7 +84,7 @@ Now when you dispatch an event any event subscribers will be notified for that e [php] $evm->dispatchEvent(TestEventSubscriber::preFoo); -Now the test the `$eventSubscriber` instance to see if the `preFoo()` method was invoked. +Now you can test the `$eventSubscriber` instance to see if the `preFoo()` method was invoked. [php] if ($eventSubscriber->preFooInvoked) {