Skip to content

Commit

Permalink
docs: @putout/plugin-promises: quote
Browse files Browse the repository at this point in the history
  • Loading branch information
coderaiser committed Jul 15, 2023
1 parent 0da1c38 commit 7f0da65
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion packages/plugin-promises/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,11 @@
[NPMIMGURL]: https://img.shields.io/npm/v/@putout/plugin-promises.svg?style=flat&longCache=true
[NPMURL]: https://npmjs.org/package/@putout/plugin-promises"npm"

> The `Promise` object represents the eventual completion (or failure) of an asynchronous operation and its resulting value.
> A `Promise` is in one of these states:
>
> -`pending`: initial state, neither fulfilled nor rejected;
> -`fulfilled`: meaning that the operation was completed successfully;
> -`rejected`: meaning that the operation failed;
>
> (c) [MDN](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Promise)
Expand Down

0 comments on commit 7f0da65

Please sign in to comment.