Skip to content

Commit eacfd45

Browse files
typo: Observator -> Observer (#326)
1 parent e56238c commit eacfd45

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/modules/ROOT/pages/dependency-watcher.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
= Spring Cloud Zookeeper Dependency Watcher
33

44
The Dependency Watcher mechanism lets you register listeners to your dependencies. The
5-
functionality is, in fact, an implementation of the `Observator` pattern. When a
5+
functionality is, in fact, an implementation of the `Observer` pattern. When a
66
dependency changes, its state (to either UP or DOWN), some custom logic can be applied.
77

88
[[activating]]

0 commit comments

Comments
 (0)