Skip to content

Commit e1925f4

Browse files
authored
docs: fix typos (anomalyco#5753)
1 parent ee3d034 commit e1925f4

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

.opencode/agent/triage.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ Use your github-triage tool to triage issues.
1515

1616
### windows
1717

18-
Use for any issue that is mentions windows (the OS). Be sure they are saying that they are on windows.
18+
Use for any issue that mentions Windows (the OS). Be sure they are saying that they are on Windows.
1919

2020
- Use if they mention WSL too
2121

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ If you're interested in contributing to OpenCode, please read our [contributing
9494

9595
### Building on OpenCode
9696

97-
If you are working on a project that's related to OpenCode and is using "opencode" as a part of its name; for example, "opencode-dashboard" or "opencode-mobile", please add a note to your README to clarify that it is not built by the OpenCode team and is not affiliated with us in anyway.
97+
If you are working on a project that's related to OpenCode and is using "opencode" as a part of its name; for example, "opencode-dashboard" or "opencode-mobile", please add a note to your README to clarify that it is not built by the OpenCode team and is not affiliated with us in any way.
9898

9999
### FAQ
100100

github/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,15 +6,15 @@ Mention `/opencode` in your comment, and opencode will execute tasks within your
66

77
## Features
88

9-
#### Explain an issues
9+
#### Explain an issue
1010

1111
Leave the following comment on a GitHub issue. `opencode` will read the entire thread, including all comments, and reply with a clear explanation.
1212

1313
```
1414
/opencode explain this issue
1515
```
1616

17-
#### Fix an issues
17+
#### Fix an issue
1818

1919
Leave the following comment on a GitHub issue. opencode will create a new branch, implement the changes, and open a PR with the changes.
2020

packages/console/app/.opencode/agent/css.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ use data attributes to represent different states of the component
4949
}
5050
```
5151

52-
this will allow jsx to control the syling
52+
this will allow jsx to control the styling
5353

5454
avoid selectors that just target an element type like `> span` you should assign
5555
it a slot name. it's ok to do this sometimes where it makes sense semantically

0 commit comments

Comments
 (0)