Skip to content

Commit ac46cbc

Browse files
almacbewouterj
authored andcommitted
Update event-dispatcher.rst
1 parent bc14326 commit ac46cbc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

create_framework/event-dispatcher.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ needs. Many software have a similar concept like Drupal or Wordpress. In some
1313
languages, there is even a standard like `WSGI`_ in Python or `Rack`_ in Ruby.
1414

1515
As there is no standard for PHP, we are going to use a well-known design
16-
pattern, the *Observer*, to allow any kind of behaviors to be attached to our
16+
pattern, the *Mediator*, to allow any kind of behaviors to be attached to our
1717
framework; the Symfony EventDispatcher Component implements a lightweight
1818
version of this pattern:
1919

0 commit comments

Comments
 (0)