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: