Skip to content

Commit 2607e74

Browse files
authored
Fix spelling error in README section (#247)
Corrected the spelling of 'Explaination' to 'Explanation' in the README.
1 parent 1402641 commit 2607e74

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ Join me in this 4 Hour [DomeTrain](https://dometrain.com) course where we'll lea
8484
[![](https://github.com/user-attachments/assets/849ef8db-354b-4223-9dc9-09263671f6e3)](https://www.youtube.com/watch?v=6frfLI3HqKI)
8585

8686

87-
### Explaination
87+
### Explanation
8888

8989
Async/await is great *but* there are two subtle problems that can easily creep into code:
9090
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

Comments
 (0)