Skip to content

Commit

Permalink
docs(hoc): fix typo Rambda → Ramda (#8712)
Browse files Browse the repository at this point in the history
  • Loading branch information
Delapouite authored and aweary committed Jan 8, 2017
1 parent f589274 commit 00846fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/docs/higher-order-components.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 00846fd

Please sign in to comment.