You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/content/4/en/part4b.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -685,7 +685,7 @@ afterAll(async () => {
685
685
686
686
The code using promises works and the tests pass. We are ready to refactor our code to use the async/await syntax.
687
687
688
-
We make the following changes to the code that takes care of adding a new note(notice that the route handler definition is preceded by the _async_ keyword):
688
+
We make the following changes to the code that takes care of adding a new note(notice that the route handler definition is preceded by the _async_ keyword):
0 commit comments