Skip to content

Commit 00846fd

Browse files
Delapouiteaweary
authored andcommitted
docs(hoc): fix typo Rambda → Ramda (#8712)
1 parent f589274 commit 00846fd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/docs/higher-order-components.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -291,7 +291,7 @@ const EnhancedComponent = enhance(WrappedComponent)
291291

292292
(This same property also allows `connect` and other enhancer-style HOCs to be used as decorators, an experimental JavaScript proposal.)
293293

294-
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).
294+
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).
295295

296296
## Convention: Wrap the Display Name for Easy Debugging
297297

0 commit comments

Comments
 (0)