Skip to content

Commit 8b70b89

Browse files
authored
fix: typos (anomalyco#3757)
Signed-off-by: John E <jeis4wpi@outlook.com>
1 parent f9dbc58 commit 8b70b89

3 files changed

Lines changed: 4 additions & 3 deletions

File tree

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ node_modules
55
.env
66
.idea
77
.vscode
8+
*~
89
openapi.json
910
playground
1011
tmp

AGENTS.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717

1818
## Tool Calling
1919

20-
- ALWAYS USE PARALLEL TOOLS WHEN APPLICABLE. Here is an example illustrating how to execute 3 parallel file reads in this chat environnement:
20+
- ALWAYS USE PARALLEL TOOLS WHEN APPLICABLE. Here is an example illustrating how to execute 3 parallel file reads in this chat environment:
2121

2222
json
2323
{

packages/opencode/src/tool/task.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ Usage notes:
2626
Example usage (NOTE: The agents below are fictional examples for illustration only - use the actual agents listed above):
2727

2828
<example_agent_descriptions>
29-
"code-reviewer": use this agent after you are done writing a signficant piece of code
29+
"code-reviewer": use this agent after you are done writing a significant piece of code
3030
"greeting-responder": use this agent when to respond to user greetings with a friendly joke
3131
</example_agent_description>
3232

@@ -45,7 +45,7 @@ function isPrime(n) {
4545
}
4646
</code>
4747
<commentary>
48-
Since a signficant piece of code was written and the task was completed, now use the code-reviewer agent to review the code
48+
Since a significant piece of code was written and the task was completed, now use the code-reviewer agent to review the code
4949
</commentary>
5050
assistant: Now let me use the code-reviewer agent to review the code
5151
assistant: Uses the Task tool to launch the code-reviewer agent

0 commit comments

Comments
 (0)