Skip to content

Commit b43f830

Browse files
committed
Remove random comment in react-dom-factories README
Remove a comment saying `es6`, since this is potentially unclear. We aren't contrasting to an es5 example here. Thanks to @gaearon for catching this in review of #9780
1 parent b48b259 commit b43f830

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/react-dom-factories/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ moved to the `react-addons-dom-factories` library.
1212

1313
```javascript
1414
import ReactDOM from 'react-dom';
15-
import DOM from 'react-addons-dom-factories'; // ES6
15+
import DOM from 'react-addons-dom-factories';
1616

1717
const greeting = DOM.div({ className: 'greeting' }, DOM.p(null, 'Hello, world!'));
1818

0 commit comments

Comments
 (0)