docs: fix typos (#5753)
publish-github-action / publish (push) Has been cancelled
Update Nix Hashes / update (push) Has been cancelled

This commit is contained in:
barış
2025-12-18 18:56:37 +03:00
committed by GitHub
parent 3eda9d753d
commit 679819b52c
4 changed files with 5 additions and 5 deletions
+1 -1
View File
@@ -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