From 2e956aa0d19b3f946c3696f572b8ca667cff33b0 Mon Sep 17 00:00:00 2001 From: Max Schmitt Date: Wed, 8 Dec 2021 12:14:11 -0800 Subject: [PATCH] Revert "docs: use correct name for React component naming capitalisation (#10798)" This reverts commit cfd4404756169fc8b8b0f720e840768164780047. --- 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 e2c8663395..04d53dfe44 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 **PascalCase**. +In react selectors, component names are transcribed with **CamelCase**. Selector examples: