diff --git a/State/README.md b/State/README.md index 97daa28..7c4263f 100644 --- a/State/README.md +++ b/State/README.md @@ -2,4 +2,4 @@ ## Purpose -Encapsulate varying behavior fo the same routine based on an object's state. This can be a cleaner way for an object to change its behavior at runtime without resorting to large monolithic conditional statements. +Encapsulate varying behavior for the same routine based on an object's state. This can be a cleaner way for an object to change its behavior at runtime without resorting to large monolithic conditional statements.