Skip to content

Commit 73dc208

Browse files
committed
fix airbnb#2301 web page Display error in jsx
1 parent 11ab371 commit 73dc208

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

react/README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -254,8 +254,8 @@ This style guide is mostly based on the standards that are currently prevalent i
254254
<Foo style={{ left: "20px" }} />
255255
256256
// good
257-
<Foo style={{ left: '20px' }} />
258-
```
257+
//<Foo style={{ left: '20px' }} />
258+
//```
259259

260260
## Spacing
261261

0 commit comments

Comments
 (0)