Skip to content

Commit bdfaf60

Browse files
committed
fix typos
1 parent e555146 commit bdfaf60

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

docs/ai-coder/best-practices.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ In internal testing, we have seen significant improvements in agent performance
4343

4444
## Security & Permissions
4545

46-
LLMs and agents can be dangerous if not ran with proper boundaries. Be sure not to give agents full permissions on behalf of a user, and instead use seperate identities with limited scope whenever interacting autonomously.
46+
LLMs and agents can be dangerous if not ran with proper boundaries. Be sure not to give agents full permissions on behalf of a user, and instead use separate identities with limited scope whenever interacting autonomously.
4747

4848
[Learn more about securing agents with Coder Tasks](./security.md)
4949

docs/ai-coder/tasks.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,9 +43,9 @@ To import the template and begin configuring it, follow the [documentation in th
4343

4444
### Option 2) Create or Duplicate Your Own Template
4545

46-
Because Tasks run unpredictable AI agents, often for background tasks, we recommend creating a seperate template for Coder Tasks with limited permissions.
46+
Because Tasks run unpredictable AI agents, often for background tasks, we recommend creating a separate template for Coder Tasks with limited permissions.
4747

48-
You can always duplicate your existing template, then apply seperate network policies/firewalls/permissions to the template. From there, follow the docs for one of our [built-in modules for agents](https://registry.coder.com/modules?search=tag%3Aagent) in order to add it to your template, configure your LLM provider.
48+
You can always duplicate your existing template, then apply separate network policies/firewalls/permissions to the template. From there, follow the docs for one of our [built-in modules for agents](https://registry.coder.com/modules?search=tag%3Aagent) in order to add it to your template, configure your LLM provider.
4949

5050
Alternatively, follow our guide for [custom agents](./custom-agents.md)
5151

0 commit comments

Comments
 (0)