Skip to content

Commit a2c1f90

Browse files
committed
Capitalize 'Components' in conditional rendering docs
- Changed 'components' to 'Components' in intro text - Follows React.dev capitalization guidelines for React concepts Fixes #6713
1 parent e07ac94 commit a2c1f90

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/content/learn/conditional-rendering.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ title: Conditional Rendering
44

55
<Intro>
66

7-
Your components will often need to display different things depending on different conditions. In React, you can conditionally render JSX using JavaScript syntax like `if` statements, `&&`, and `? :` operators.
7+
Your Components will often need to display different things depending on different conditions. In React, you can conditionally render JSX using JavaScript syntax like `if` statements, `&&`, and `? :` operators.
88

99
</Intro>
1010

0 commit comments

Comments
 (0)