Skip to content

Commit 26daef2

Browse files
authoredFeb 8, 2025
Merge pull request #3794 from zakingslayerv22/patch-1
Update article.md
2 parents a087279 + 67833c9 commit 26daef2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎1-js/11-async/02-promise-basics/article.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -222,7 +222,7 @@ The idea of `finally` is to set up a handler for performing cleanup/finalizing a
222222
223223
E.g. stopping loading indicators, closing no longer needed connections, etc.
224224
225-
Think of it as a party finisher. No matter was a party good or bad, how many friends were in it, we still need (or at least should) do a cleanup after it.
225+
Think of it as a party finisher. Irresepective of whether a party was good or bad, how many friends were in it, we still need (or at least should) do a cleanup after it.
226226
227227
The code may look like this:
228228

0 commit comments

Comments
 (0)
Failed to load comments.