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

This commit is contained in:
Pavlo Zhukov 2021-12-08 21:03:47 +02:00 committed by GitHub
parent 917924d279
commit cfd4404756
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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 **CamelCase**.
In react selectors, component names are transcribed with **PascalCase**.
Selector examples: