Fix typo in observer pattern (#3223)

pull/3077/head^2
Yves Molina 2 years ago committed by GitHub
parent f06a2ed6a5
commit 2ac46664e1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      content/roadmaps/104-angular/content/101-rxjs-basics/100-observable-pattern.md

@ -1,4 +1,4 @@
# Observable Pattern # Observer Pattern
The observer pattern is a software design pattern in which an object, named the subject, maintains a list of its dependents, called observers, and notifies them automatically of any state changes, usually by calling one of their methods. The observer pattern is a software design pattern in which an object, named the subject, maintains a list of its dependents, called observers, and notifies them automatically of any state changes, usually by calling one of their methods.

Loading…
Cancel
Save