Skip to content

Commit

Permalink
Update starlette.asciidoc
Browse files Browse the repository at this point in the history
Fix typo
  • Loading branch information
mariocandela authored Jan 23, 2024
1 parent 1ad759a commit 66aa20b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/starlette.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ app.add_middleware(ElasticAPM)
----

WARNING: If you are using any `BaseHTTPMiddleware` middleware, you must add them
*before* the ElasticAPM middleware. This is because `BaseHTTPMiddleware` breaks
*after* the ElasticAPM middleware. This is because `BaseHTTPMiddleware` breaks
`contextvar` propagation, as noted
https://www.starlette.io/middleware/#limitations[here].

Expand Down

0 comments on commit 66aa20b

Please sign in to comment.