Skip to content

Commit f21a3f3

Browse files
authored
Update running-agents.mdx (#382)
Fix typo
1 parent ad5ad42 commit f21a3f3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/src/content/docs/guides/running-agents.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ Agents do nothing by themselves – you **run** them with the `Runner` class or
1313

1414
<Code lang="typescript" code={helloWorldExample} title="Simple run" />
1515

16-
When you don't need a custom runner, you can also use the `run()` utility, which runs a singletone default `Runner` instance.
16+
When you don't need a custom runner, you can also use the `run()` utility, which runs a singleton default `Runner` instance.
1717

1818
Alternatively, you can create your own runner instance:
1919

0 commit comments

Comments
 (0)