Skip to content
This repository has been archived by the owner on Dec 14, 2021. It is now read-only.

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
chajath committed Oct 25, 2017
1 parent acd5a56 commit db5ee70
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -58,6 +58,6 @@ Now that the chaining of the value has been configured, we can work on the serie

This executes the given callback function, and the result itself is a promise that resolves into the value of the terminal node when it reaches the end.

See [the example project](examples/wikipedia-list-links) for the full example code. Also see jsdoc to [ChainedPromise.ts](src/ChainedPromise.js) for more explanation of other functions such as `flatMap`.
See [the example project](examples/wikipedia-list-links) for the full example code. Also see jsdoc to [ChainedPromise.ts](src/ChainedPromise.ts) for more explanation of other functions such as `flatMap`.

Disclaimer: This is not an official Google product.

0 comments on commit db5ee70

Please sign in to comment.