Skip to content

Commit

Permalink
add missing word 'as' in the docstring for Starlette (#958)
Browse files Browse the repository at this point in the history
  • Loading branch information
DenzilFrancisCrasta authored May 30, 2020
1 parent e1b045c commit d6d0f83
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion starlette/applications.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ class Starlette:
* **routes** - A list of routes to serve incoming HTTP and WebSocket requests.
* **middleware** - A list of middleware to run for every request. A starlette
application will always automatically include two middleware classes.
`ServerErrorMiddleware` is added the very outermost middleware, to handle
`ServerErrorMiddleware` is added as the very outermost middleware, to handle
any uncaught errors occuring anywhere in the entire stack.
`ExceptionMiddleware` is added as the very innermost middleware, to deal
with handled exception cases occuring in the routing or endpoints.
Expand Down

0 comments on commit d6d0f83

Please sign in to comment.