diff --git a/lib/fp/template/doc/wiki.jst b/lib/fp/template/doc/wiki.jst index dd83844b4..7ca2f0f70 100644 --- a/lib/fp/template/doc/wiki.jst +++ b/lib/fp/template/doc/wiki.jst @@ -166,7 +166,7 @@ _.gt(_, 2)(5); The `lodash/fp` module **does not** convert chain sequence methods. See [Izaak Schroeder’s article](https://medium.com/making-internets/why-using-chain-is-a-mistake-9bc1f80d51ba) -for more details. +on using functional composition as an alternative to method chaining. ## Convert