Skip to content

Commit

Permalink
typo: Observator -> Observer (#326)
Browse files Browse the repository at this point in the history
  • Loading branch information
codefromthecrypt authored Jan 5, 2024
1 parent e56238c commit eacfd45
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/modules/ROOT/pages/dependency-watcher.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
= Spring Cloud Zookeeper Dependency Watcher

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

[[activating]]
Expand Down

0 comments on commit eacfd45

Please sign in to comment.