Skip to content

Commit b55f0c0

Browse files
Merge pull request #171 from reactjs/jsx-in-depth
Update missing translation in code comment. JSX in depth
2 parents ed07fa5 + f8d78c4 commit b55f0c0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/docs/jsx-in-depth.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ import React from 'react';
6666
import CustomButton from './CustomButton';
6767
6868
function WarningButton() {
69-
// return React.createElement(CustomButton, {color: 'red'}, null);
69+
// retorna React.createElement(CustomButton, {color: 'red'}, null);
7070
return <CustomButton color="red" />;
7171
}
7272
```

0 commit comments

Comments
 (0)