Skip to content

Commit

Permalink
Merge pull request #26389 from danshil/patch-2
Browse files Browse the repository at this point in the history
Rendering Techniques: Correct capitalizaiton
  • Loading branch information
codyloyd authored Sep 27, 2023
2 parents 739d72c + cae761f commit 27beb2c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion react/getting_started_with_react/rendering_techniques.md
Original file line number Diff line number Diff line change
Expand Up @@ -243,7 +243,7 @@ The first `if` statement will now execute and return a `<div>` with the text "Lo

If none of those checks passed, then we have the data we need to render the list successfully. Try it out by adding items to the `animals` list and adding the property back.

You can, Of course, also accomplish this with just the ternary and `&&` operators.
You can, of course, also accomplish this with just the ternary and `&&` operators.

~~~javascript
function List(props) {
Expand Down

0 comments on commit 27beb2c

Please sign in to comment.