Skip to content

Commit

Permalink
Docs: Fix typo (#13092)
Browse files Browse the repository at this point in the history
* Docs: Add further reading to rule

This article really is the clearest explanation of this rule and how to understand it.

* Docs: Fix line spacing

my b πŸ˜‚
  • Loading branch information
vegerot committed Mar 25, 2020
1 parent 76324ac commit ee1f053
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docs/rules/no-return-await.md
Expand Up @@ -47,4 +47,5 @@ If you want to use `await` to denote a value that is a thenable, even when it is
## Further Reading

[`async function` on MDN](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Statements/async_function)

[`await vs return vs return await` by Jake Archibald](https://jakearchibald.com/2017/await-vs-return-vs-return-await/)

0 comments on commit ee1f053

Please sign in to comment.