mirror of
https://github.com/facebook/react.git
synced 2025-11-01 09:12:30 +00:00
docs(hoc): fix typo Rambda → Ramda (#8712)
(cherry picked from commit 00846fd3a6)
This commit is contained in:
committed by
Brandon Dail
parent
072b51c7df
commit
acea663034
@@ -291,7 +291,7 @@ const EnhancedComponent = enhance(WrappedComponent)
|
||||
|
||||
(This same property also allows `connect` and other enhancer-style HOCs to be used as decorators, an experimental JavaScript proposal.)
|
||||
|
||||
The `compose` utility function is provided by many third-party libraries including lodash (as [`lodash.flowRight`](https://lodash.com/docs/#flowRight)), [Redux](http://redux.js.org/docs/api/compose.html), and [Rambda](http://ramdajs.com/docs/#compose).
|
||||
The `compose` utility function is provided by many third-party libraries including lodash (as [`lodash.flowRight`](https://lodash.com/docs/#flowRight)), [Redux](http://redux.js.org/docs/api/compose.html), and [Ramda](http://ramdajs.com/docs/#compose).
|
||||
|
||||
## Convention: Wrap the Display Name for Easy Debugging
|
||||
|
||||
|
||||
Reference in New Issue
Block a user