diff options
| author | barış <[email protected]> | 2025-12-18 18:56:37 +0300 |
|---|---|---|
| committer | GitHub <[email protected]> | 2025-12-18 09:56:37 -0600 |
| commit | e1925f4fe8af0d1ce110dea803e15a10691c2279 (patch) | |
| tree | 3a9c8fe049ff933b729ec3d333d65943b3d49c98 | |
| parent | ee3d034e1689416df90aabb71100fec25a759068 (diff) | |
| download | opencode-e1925f4fe8af0d1ce110dea803e15a10691c2279.tar.gz opencode-e1925f4fe8af0d1ce110dea803e15a10691c2279.zip | |
docs: fix typos (#5753)
| -rw-r--r-- | .opencode/agent/triage.md | 2 | ||||
| -rw-r--r-- | README.md | 2 | ||||
| -rw-r--r-- | github/README.md | 4 | ||||
| -rw-r--r-- | packages/console/app/.opencode/agent/css.md | 2 |
4 files changed, 5 insertions, 5 deletions
diff --git a/.opencode/agent/triage.md b/.opencode/agent/triage.md index 957a9399a..36cec9bc3 100644 --- a/.opencode/agent/triage.md +++ b/.opencode/agent/triage.md @@ -15,7 +15,7 @@ Use your github-triage tool to triage issues. ### windows -Use for any issue that is mentions windows (the OS). Be sure they are saying that they are on windows. +Use for any issue that mentions Windows (the OS). Be sure they are saying that they are on Windows. - Use if they mention WSL too @@ -94,7 +94,7 @@ If you're interested in contributing to OpenCode, please read our [contributing ### Building on OpenCode -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. +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. ### FAQ diff --git a/github/README.md b/github/README.md index 36342b409..e35860340 100644 --- a/github/README.md +++ b/github/README.md @@ -6,7 +6,7 @@ Mention `/opencode` in your comment, and opencode will execute tasks within your ## Features -#### Explain an issues +#### Explain an issue Leave the following comment on a GitHub issue. `opencode` will read the entire thread, including all comments, and reply with a clear explanation. @@ -14,7 +14,7 @@ Leave the following comment on a GitHub issue. `opencode` will read the entire t /opencode explain this issue ``` -#### Fix an issues +#### Fix an issue Leave the following comment on a GitHub issue. opencode will create a new branch, implement the changes, and open a PR with the changes. diff --git a/packages/console/app/.opencode/agent/css.md b/packages/console/app/.opencode/agent/css.md index d0ec43a48..d5e68c7bf 100644 --- a/packages/console/app/.opencode/agent/css.md +++ b/packages/console/app/.opencode/agent/css.md @@ -49,7 +49,7 @@ use data attributes to represent different states of the component } ``` -this will allow jsx to control the syling +this will allow jsx to control the styling avoid selectors that just target an element type like `> span` you should assign it a slot name. it's ok to do this sometimes where it makes sense semantically |
