Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion nexus-sdk/toolkit-rust.md
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ This defaults to the root route.

Defines the Tool's health check. This is a simple function that returns a `anyhow::Result<warp::http::StatusCode>`. The Tool is considered healthy if this function returns `Ok(StatusCode::OK)`.

The health check **should check for the health of dependant** services and return an error if they are not healthy.
The health check **should check for the health of dependent** services and return an error if they are not healthy.

```rs
use nexus_toolkit::*;
Expand Down