Update 09_conditional_rendering.md

This change fixes a typo in day 9
pull/205/head
Naresh Khatri 3 years ago committed by GitHub
parent d0c066fcb9
commit 2db23600d6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -411,7 +411,7 @@ ReactDOM.render(<App />, rootElement)
## Conditional Rendering using && Operator
The && operator render the right JSX operand if the left operand(expression) is true.
The && operator renders the right JSX operand if the left operand(expression) is true.
```js
// index.js

Loading…
Cancel
Save