summaryrefslogtreecommitdiffhomepage
path: root/packages/console/app/.opencode
diff options
context:
space:
mode:
authorbarış <[email protected]>2025-12-18 18:56:37 +0300
committerGitHub <[email protected]>2025-12-18 09:56:37 -0600
commite1925f4fe8af0d1ce110dea803e15a10691c2279 (patch)
tree3a9c8fe049ff933b729ec3d333d65943b3d49c98 /packages/console/app/.opencode
parentee3d034e1689416df90aabb71100fec25a759068 (diff)
downloadopencode-e1925f4fe8af0d1ce110dea803e15a10691c2279.tar.gz
opencode-e1925f4fe8af0d1ce110dea803e15a10691c2279.zip
docs: fix typos (#5753)
Diffstat (limited to 'packages/console/app/.opencode')
-rw-r--r--packages/console/app/.opencode/agent/css.md2
1 files changed, 1 insertions, 1 deletions
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