diff --git a/chain-of-responsibility/README.md b/chain-of-responsibility/README.md index 8275b69a7..a6d94499c 100644 --- a/chain-of-responsibility/README.md +++ b/chain-of-responsibility/README.md @@ -117,7 +117,7 @@ public class OrcCommander extends RequestHandler { ``` -Th Orc King gives the orders and forms the chain. +The Orc King gives the orders and forms the chain. ```java public class OrcKing {