Skip to content

Commit 72e5bb4

Browse files
committed
Fix docstring
1 parent 9b2f382 commit 72e5bb4

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/stac_auth_proxy/middleware/RemoveRootPathMiddleware.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,9 @@ class RemoveRootPathMiddleware:
1414
Middleware to remove the base path of the request before it is sent to the upstream
1515
server.
1616
17-
IMPORTANT: This middleware must be place early in the middleware chain (ie late in the
18-
order of declaration) so that it trims the base_path from the request path before any
19-
middleware that may need to use the request path (e.g. EnforceAuthMiddleware).
17+
IMPORTANT: This middleware must be placed early in the middleware chain (ie late in
18+
the order of declaration) so that it trims the base_path from the request path before
19+
any middleware that may need to use the request path (e.g. EnforceAuthMiddleware).
2020
"""
2121

2222
app: ASGIApp

0 commit comments

Comments
 (0)