Skip to content

Commit

Permalink
doc(DispatcherAPI.md) update section titles
Browse files Browse the repository at this point in the history
  • Loading branch information
lucatume committed Jun 18, 2024
1 parent 0adf588 commit ec51c85
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/DispatcherAPI.md
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ The project dispatches its own events, allowing you to subscribe to them to cont
To subscribe to the events dispatched by wp-browser, you **do not need** to use the
[Event Dispatcher Bridge extension][1].

#### Events dispatched by the WPLoader module
#### WPLoader Module Events

The [`WPLoader` module][2] will dispatch events during its initialization.

Expand Down Expand Up @@ -326,7 +326,7 @@ Dispatcher::addListener(WPLoader::EVENT_AFTER_BOOTSTRAP, function (Event $event)
});
```

#### Events dispatched by the WPDb module
#### WPDb Module Events

##### EVENT_BEFORE_SUITE

Expand Down

0 comments on commit ec51c85

Please sign in to comment.