diff --git a/src/Ratchet/ComponentInterface.php b/src/Ratchet/ComponentInterface.php index ab57ed3..a53a134 100644 --- a/src/Ratchet/ComponentInterface.php +++ b/src/Ratchet/ComponentInterface.php @@ -2,8 +2,8 @@ namespace Ratchet; /** - * This is the interface to build a Ratchet application with - * It impelemtns the decorator and command pattern to build an application stack + * This is the interface to build a Ratchet application with. + * It implements the decorator pattern to build an application stack */ interface ComponentInterface { /**