From fe92c82cb8c703b27df23ae4c6dbf09ac2db2c48 Mon Sep 17 00:00:00 2001 From: Juan Villa Date: Sat, 8 Feb 2025 14:31:58 -0600 Subject: [PATCH] Doc grammar fix (#556) --- docs/source/en/tutorials/building_good_agents.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/source/en/tutorials/building_good_agents.md b/docs/source/en/tutorials/building_good_agents.md index a97e8f2..3601b6d 100644 --- a/docs/source/en/tutorials/building_good_agents.md +++ b/docs/source/en/tutorials/building_good_agents.md @@ -18,7 +18,7 @@ rendered properly in your Markdown viewer. [[open-in-colab]] There's a world of difference between building an agent that works and one that doesn't. -How can we build agents that fall into the latter category? +How can we build agents that fall into the former category? In this guide, we're going to talk about best practices for building agents. > [!TIP]