We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4e95527 commit ef14fc4Copy full SHA for ef14fc4
create_framework/event_dispatcher.rst
@@ -8,7 +8,7 @@ hook into the framework life cycle to modify the way the request is handled.
8
What kind of hooks are we talking about? Authentication or caching for
9
instance. To be flexible, hooks must be plug-and-play; the ones you "register"
10
for an application are different from the next one depending on your specific
11
-needs. Many software have a similar concept like Drupal or Wordpress. In some
+needs. Many software have a similar concept like Drupal or WordPress. In some
12
languages, there is even a standard like `WSGI`_ in Python or `Rack`_ in Ruby.
13
14
As there is no standard for PHP, we are going to use a well-known design
0 commit comments