From ff0d1588ab1e5396529ac07715ee9194265709ca Mon Sep 17 00:00:00 2001 From: Simon Willison Date: Tue, 4 Dec 2018 12:21:36 -0800 Subject: [PATCH] Typo (#249) --- docs/events.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/events.md b/docs/events.md index d04d31ee..be3149bb 100644 --- a/docs/events.md +++ b/docs/events.md @@ -53,7 +53,7 @@ any in-process background tasks have completed. and is only currently supported by the `uvicorn` server. Make sure to use the latest `uvicorn` release if you need startup/cleanup support. -## Running event handers in tests +## Running event handlers in tests You might want to explicitly call into your event handlers in any test setup or test teardown code.