Grammar fixes en-US.mdx (#494)

This commit is contained in:
Cody Coljee-Gray 2025-06-11 18:03:37 -07:00 committed by GitHub
parent af7c18578a
commit 278b3c71e1
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -219,7 +219,7 @@ Despite its flaws, class injection is still a very popular option.
### CSS selector hooks
Technically speaking, developers can achieve customization if they read the source code of the component and define their custom styling by using the same classes. However, doing this is dangerous as relying on a component's internals and there's no guarantee that the class names won't change in future.
Technically speaking, developers can achieve customization if they read the source code of the component and define their custom styling by using the same classes. However, doing this is dangerous as relying on a component's internals and there's no guarantee that the class names won't change in the future.
If UI library authors can make these classes/attributes part of their API, which comes with these guarantees: