Skip to content

Commit 4334bbc

Browse files
authored
Update part4b.md
Add missing space
1 parent 7aa385d commit 4334bbc

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)