Skip to content

Commit ef14fc4

Browse files
gplutajaviereguiluz
authored andcommitted
Fix "WordPress" spelling typo
1 parent 4e95527 commit ef14fc4

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
@@ -8,7 +8,7 @@ hook into the framework life cycle to modify the way the request is handled.
88
What kind of hooks are we talking about? Authentication or caching for
99
instance. To be flexible, hooks must be plug-and-play; the ones you "register"
1010
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
11+
needs. Many software have a similar concept like Drupal or WordPress. In some
1212
languages, there is even a standard like `WSGI`_ in Python or `Rack`_ in Ruby.
1313

1414
As there is no standard for PHP, we are going to use a well-known design

0 commit comments

Comments
 (0)