From 4a1738cb23f59d98fea919b5dcab05fe7541652c Mon Sep 17 00:00:00 2001 From: Oliver Tso Date: Sat, 20 Oct 2018 09:53:11 -0300 Subject: [PATCH] Fix events docs typo. (#131) --- docs/events.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/events.md b/docs/events.md index 8191a206..be90efad 100644 --- a/docs/events.md +++ b/docs/events.md @@ -1,6 +1,6 @@ Starlette applications can register multiple event handlers for dealing with -code than needs to run before the application starts up, or when the application +code that needs to run before the application starts up, or when the application is shutting down. ## Registering events