From 299e4074daa8ee64025fc0be8040637d18708e35 Mon Sep 17 00:00:00 2001 From: Zack Katz Date: Tue, 10 Dec 2013 12:59:35 -0700 Subject: [PATCH] Spelling update --- ChainOfResponsibilities/Request.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ChainOfResponsibilities/Request.php b/ChainOfResponsibilities/Request.php index c50e18e..f4bc782 100644 --- a/ChainOfResponsibilities/Request.php +++ b/ChainOfResponsibilities/Request.php @@ -15,5 +15,5 @@ namespace DesignPatterns\ChainOfResponsibilities; */ class Request { - // getter and setter but I don't want to generate to much noise in handlers + // getter and setter but I don't want to generate too much noise in handlers }