Skip to content

Commit eb8c074

Browse files
authored
Merge pull request #2837 from MarcGuay/patch-27
Update part4b.md
2 parents 439209d + 4334bbc commit eb8c074

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/content/4/en/part4b.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -685,7 +685,7 @@ afterAll(async () => {
685685

686686
The code using promises works and the tests pass. We are ready to refactor our code to use the async/await syntax.
687687

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):
689689

690690
```js
691691
notesRouter.post('/', async (request, response, next) => {

0 commit comments

Comments
 (0)