Browse Source

mod typo (#2213)

main
Soichi Takamura 5 years ago
committed by Alex Krolick
parent
commit
cd271384df
  1. 2
      content/blog/2019-08-08-react-v16.9.0.md

2
content/blog/2019-08-08-react-v16.9.0.md

@ -56,7 +56,7 @@ const userProfile = {
### Deprecating "Factory" Components {#deprecating-factory-components}
Before compiling JavaScipt classes with Babel became popular, React had support for a "factory" component that returns an object with a `render` method:
Before compiling JavaScript classes with Babel became popular, React had support for a "factory" component that returns an object with a `render` method:
```js
function FactoryComponent() {

Loading…
Cancel
Save