File tree Expand file tree Collapse file tree 5 files changed +5
-5
lines changed Expand file tree Collapse file tree 5 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ var Hello = React.createClass({
1414});
1515```
1616
17- The following patterns are not warnings:
17+ The following patterns are not considered warnings:
1818
1919``` js
2020var Hello = React .createClass ({
Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ var HelloJohn = React.createClass({
2020});
2121```
2222
23- The following patterns are not warnings:
23+ The following patterns are not considered warnings:
2424
2525``` js
2626var Hello = require (' ./components/Hello' );
Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ var Hello = React.createClass({
1616});
1717```
1818
19- The following patterns are not warnings:
19+ The following patterns are not considered warnings:
2020
2121``` js
2222var Hello = React .createClass ({
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ The following patterns are considered warnings:
1010var HelloJohn = < Hello name= " John" >< / Hello> ;
1111```
1212
13- The following patterns are not warnings:
13+ The following patterns are not considered warnings:
1414
1515``` js
1616var contentContainer = < div className= " content" >< / div> ;
Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ var Hello = React.createClass({
1616});
1717```
1818
19- The following patterns are not warnings:
19+ The following patterns are not considered warnings:
2020
2121``` js
2222var singleLineJSX = < p> Hello< / p>
You can’t perform that action at this time.
0 commit comments