mirror of
https://github.com/reactjs/react.dev.git
synced 2026-02-27 03:08:06 +00:00
mod typo (#2213)
This commit is contained in:
committed by
Alex Krolick
parent
a2a905117a
commit
cd271384df
@@ -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() {
|
||||
|
||||
Reference in New Issue
Block a user