Revert "docs: use correct name for React component naming capitalisation (#10798)"

This reverts commit cfd4404756.
This commit is contained in:
Max Schmitt 2021-12-08 12:14:11 -08:00
parent ce56d7d10b
commit 2e956aa0d1

View file

@ -750,7 +750,7 @@ React selectors are experimental and prefixed with `_`. The functionality might
React selectors allow selecting elements by its component name and property values. The syntax is very similar to [attribute selectors](https://developer.mozilla.org/en-US/docs/Web/CSS/Attribute_selectors) and supports all attribute selector operators.
In react selectors, component names are transcribed with **PascalCase**.
In react selectors, component names are transcribed with **CamelCase**.
Selector examples: