diff --git a/component/src/main/java/com/iluwatar/component/App.java b/component/src/main/java/com/iluwatar/component/App.java index 3a019942f..2dd9225e0 100644 --- a/component/src/main/java/com/iluwatar/component/App.java +++ b/component/src/main/java/com/iluwatar/component/App.java @@ -37,7 +37,7 @@ import java.util.ArrayList; * components, in another way, multiple components can construct a object. * Here is a demo using component pattern to solve a game-like problem. * A person named Bjorn who has three components: input;physics;graphics - * These three component with a common game object can construct our protagonist:Bjorn, also can + * These three components with a common game object can construct our protagonist:Bjorn, also can * construct other objects like dog or cat if you want to write a real game. */