We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1402641 commit 2607e74Copy full SHA for 2607e74
README.md
@@ -84,7 +84,7 @@ Join me in this 4 Hour [DomeTrain](https://dometrain.com) course where we'll lea
84
[](https://www.youtube.com/watch?v=6frfLI3HqKI)
85
86
87
-### Explaination
+### Explanation
88
89
Async/await is great *but* there are two subtle problems that can easily creep into code:
90
1. Creating race conditions/concurrent execution (where you code things in the right order but the code executes in a different order than you expect)
0 commit comments