From cfd4404756169fc8b8b0f720e840768164780047 Mon Sep 17 00:00:00 2001 From: Pavlo Zhukov Date: Wed, 8 Dec 2021 21:03:47 +0200 Subject: [PATCH] docs: use correct name for React component naming capitalisation (#10798) --- docs/src/selectors.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/src/selectors.md b/docs/src/selectors.md index 04d53dfe44..e2c8663395 100644 --- a/docs/src/selectors.md +++ b/docs/src/selectors.md @@ -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: