From 8951d641413f12463d7c819703ac536b7d63f2c3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Krzysztof=20Hasi=C5=84ski?= Date: Tue, 13 Sep 2016 22:37:09 +0200 Subject: [PATCH] Fix typo in README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 33a5aaa..049db70 100644 --- a/README.md +++ b/README.md @@ -171,7 +171,7 @@ execution of the matching methods join points. AOP is a whole different way of thinking for developing application. It is as different as object oriented programming can be opposed to procedural programming. -Event if you don't want to base your future development on this approach, you may find it very useful for debugging +Even if you don't want to base your future development on this approach, you may find it very useful for debugging purposes. Imagine a world where you can debug or get informations on your code based on information only collected for a given user, a given context, a given procedure. A world where you can hunt weird and old code execution without even trying to update multiple and sparse PHP files, but just by adding advices on given conditions.