Skip to content

Commit 8198f37

Browse files
authored
Merge pull request #631 from efeecllk/fix/langgraph-capitalization
Fix: LangGraph deserves a capital L
2 parents f74bf94 + b8e5f66 commit 8198f37

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

units/en/unit2/langgraph/building_blocks.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ For example, Nodes can contain:
5050
- **Conditional logic**: Determine next steps
5151
- **Human intervention**: Get input from users
5252

53-
> 💡 **Info:** Some nodes necessary for the whole workflow like START and END exist from langGraph directly.
53+
> 💡 **Info:** Some nodes necessary for the whole workflow like START and END exist from LangGraph directly.
5454
5555

5656
## 3. Edges

units/en/unit2/langgraph/introduction.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ In this unit, you'll discover:
1717
### 5️⃣ [Quiz](./quizz1)
1818

1919
> [!WARNING]
20-
> The examples in this section require access to a powerful LLM/VLM model. We ran them using the GPT-4o API because it has the best compatibility with langGraph.
20+
> The examples in this section require access to a powerful LLM/VLM model. We ran them using the GPT-4o API because it has the best compatibility with LangGraph.
2121
2222
By the end of this unit, you'll be equipped to build robust, organized and production ready applications !
2323

units/en/unit2/langgraph/quiz1.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ choices={[
2020
},
2121
{
2222
text: "An Agent library for tool calling",
23-
explain: "While LangGraph works with agents, the main purpose of langGraph is 'Ochestration'.",
23+
explain: "While LangGraph works with agents, the main purpose of LangGraph is 'Orchestration'.",
2424
}
2525
]}
2626
/>

0 commit comments

Comments
 (0)