From a4a66ea02a70ce433c9916db698dd0119dffb70a Mon Sep 17 00:00:00 2001 From: Andrew Boni Date: Tue, 26 Aug 2025 15:41:50 -0700 Subject: [PATCH] Update running-agents.mdx Fix typo --- docs/src/content/docs/guides/running-agents.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/src/content/docs/guides/running-agents.mdx b/docs/src/content/docs/guides/running-agents.mdx index ed571f51..97ee676d 100644 --- a/docs/src/content/docs/guides/running-agents.mdx +++ b/docs/src/content/docs/guides/running-agents.mdx @@ -13,7 +13,7 @@ Agents do nothing by themselves – you **run** them with the `Runner` class or -When you don't need a custom runner, you can also use the `run()` utility, which runs a singletone default `Runner` instance. +When you don't need a custom runner, you can also use the `run()` utility, which runs a singleton default `Runner` instance. Alternatively, you can create your own runner instance: