Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
stevengill authored Mar 18, 2020
1 parent 284f95d commit a5d8f19
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -318,7 +318,7 @@ The examples above all illustrate how middleware can be used to process an event
middleware in the chain) run. However, middleware can be designed to process the event _after_ the listener finishes.
In general, a middleware can run both before and after the remaining middleware chain.

In order to process the event after the listener, the middleware passes a function to `await next()`. How you use `next` can
How you use `next` can
have four different effects:

* **To both preprocess and post-process events** - You can choose to do work going _before_ listener functions by putting code
Expand Down

0 comments on commit a5d8f19

Please sign in to comment.