Skip to content

Commit

Permalink
fix airbnb#2301 web page Display error in jsx
Browse files Browse the repository at this point in the history
  • Loading branch information
unknown committed Oct 20, 2023
1 parent 11ab371 commit 73dc208
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions react/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -254,8 +254,8 @@ This style guide is mostly based on the standards that are currently prevalent i
<Foo style={{ left: "20px" }} />

// good
<Foo style={{ left: '20px' }} />
```
//<Foo style={{ left: '20px' }} />
//```

## Spacing

Expand Down

0 comments on commit 73dc208

Please sign in to comment.