Skip to content

Commit

Permalink
Fix spelling mistake of /health (#2023)
Browse files Browse the repository at this point in the history
  • Loading branch information
herotomg authored Jan 6, 2025
1 parent 4a5c491 commit 13ac953
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/docs/en/getting-started/asgi.md
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ app = AsgiFastStream(

!!! tip
You do not need to setup all routes using the `asgi_routes=[]` parameter.<br/>
You can use the `#!python app.mount("/healh", asgi_endpoint)` method also.
You can use the `#!python app.mount("/health", asgi_endpoint)` method also.

### AsyncAPI Documentation

Expand Down

0 comments on commit 13ac953

Please sign in to comment.