Skip to content

Commit 1e2faf9

Browse files
authored
Merge pull request #3533 from FiggyHunter/patch-1
Update part4b.md
2 parents ac044bd + 7feed78 commit 1e2faf9

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
@@ -506,7 +506,7 @@ test('a valid note can be added ', async () => {
506506
})
507507
```
508508

509-
Test fails since we are by accident returning the status code <i>200 OK</i> when a new note is created. Let us change that to <i>201 CREATED</i>:
509+
The test fails because we accidentally returned the status code <i>200 OK</i> when a new note is created. Let us change that to the status code <i>201 CREATED</i>:
510510

511511
```js
512512
notesRouter.post('/', (request, response, next) => {

0 commit comments

Comments
 (0)