From dafc57d622e5b6dc4500d452188cb2119aca912f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ilkka=20Sepp=C3=A4l=C3=A4?= Date: Tue, 22 Jun 2021 20:45:17 +0300 Subject: [PATCH] Fix typo --- chain-of-responsibility/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 {