diff --git a/readme-general-toc-4.md b/readme-general-toc-4.md index b34740ad..f64d6302 100644 --- a/readme-general-toc-4.md +++ b/readme-general-toc-4.md @@ -45,7 +45,7 @@ This repository summarizes and curates most of the knowledge gathered to date on # `Error Handling Practices`
-##  Use async-await for async error handling +##
Use async-await for async error handling
**TL;DR:** Handling async errors in callback style is probably the fastest way to hell (a.k.a the pyramid of doom). The best gift you can give to your code is using instead a reputable promise library or async-await which provides much compact and familiar code syntax like try-catch