diff --git a/docs/docs/concepts/low_level.md b/docs/docs/concepts/low_level.md index 652e2dd58..516ff9250 100644 --- a/docs/docs/concepts/low_level.md +++ b/docs/docs/concepts/low_level.md @@ -20,7 +20,7 @@ A super-step can be considered a single iteration over the graph nodes. Nodes th ### StateGraph -The `StateGraph` class is the main graph class to uses. This is parameterized by a user defined `State` object. +The `StateGraph` class is the main graph class to use. This is parameterized by a user defined `State` object. ### MessageGraph