diff --git a/nexus-sdk/toolkit-rust.md b/nexus-sdk/toolkit-rust.md index b843334..f23c95a 100644 --- a/nexus-sdk/toolkit-rust.md +++ b/nexus-sdk/toolkit-rust.md @@ -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`. 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::*;