File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -37,10 +37,10 @@ class Starlette:
3737 `handler(request, exc) -> response` and may be either standard functions, or
3838 async functions.
3939 * **on_startup** - A list of callables to run on application startup.
40- Startup handler callables do not take any arguments, and may be be either
40+ Startup handler callables do not take any arguments, and may be either
4141 standard functions, or async functions.
4242 * **on_shutdown** - A list of callables to run on application shutdown.
43- Shutdown handler callables do not take any arguments, and may be be either
43+ Shutdown handler callables do not take any arguments, and may be either
4444 standard functions, or async functions.
4545 * **lifespan** - A lifespan context function, which can be used to perform
4646 startup and shutdown tasks. This is a newer style that replaces the
You can’t perform that action at this time.
0 commit comments