Skip to content

Commit f3e55c8

Browse files
authored
Correct grammar in conditional-rendering.md (#3095)
* Correct grammar in conditional-rendering.md * Correct grammar in content/docs/conditional-rendering.md
1 parent 7d72c89 commit f3e55c8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/docs/conditional-rendering.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ While declaring a variable and using an `if` statement is a fine way to conditio
122122

123123
### Inline If with Logical && Operator {#inline-if-with-logical--operator}
124124

125-
You may [embed any expressions in JSX](/docs/introducing-jsx.html#embedding-expressions-in-jsx) by wrapping them in curly braces. This includes the JavaScript logical `&&` operator. It can be handy for conditionally including an element:
125+
You may [embed expressions in JSX](/docs/introducing-jsx.html#embedding-expressions-in-jsx) by wrapping them in curly braces. This includes the JavaScript logical `&&` operator. It can be handy for conditionally including an element:
126126

127127
```js{6-10}
128128
function Mailbox(props) {

0 commit comments

Comments
 (0)