Skip to content

Commit 01e323f

Browse files
committed
minor #17490 Fix "WordPress" spelling typo (gpluta)
This PR was submitted for the 6.1 branch but it was merged into the 5.4 branch instead. Discussion ---------- Fix "WordPress" spelling typo This typo hurt my eyes a bit so I submit a PR to fix it :) Commits ------- ef14fc4 Fix "WordPress" spelling typo
2 parents 4e95527 + ef14fc4 commit 01e323f

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)