diff --git a/book/index.html b/book/index.html
index 949fe076..76efb0a2 100644
--- a/book/index.html
+++ b/book/index.html
@@ -1726,7 +1726,7 @@
- Subject: maintains a list of observers, facilitates adding or removing observers
- - Observer: provides a update interface for objects that need to be notified of a Subject's changes of state
+ - Observer: provides an update interface for objects that need to be notified of a Subject's changes of state
- ConcreteSubject: broadcasts notifications to observers on changes of state, stores the state of ConcreteObservers
- ConcreteObserver: stores a reference to the ConcreteSubject, implements an update interface for the Observer to ensure state is consistent with the Subject's