Skip to content

Commit 6eb7c15

Browse files
Fix a typo in the part5d.md file
1 parent ab7fa09 commit 6eb7c15

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/content/5/en/part5d.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -574,7 +574,7 @@ Currently, it is not possible to add new users through the frontend's UI, so we
574574
```js
575575
describe('Note app', () => {
576576
beforeEach(async ({ page, request }) => {
577-
await request.post('http:localhost:3001/api/testing/reset')
577+
await request.post('http://localhost:3001/api/testing/reset')
578578
await request.post('http://localhost:3001/api/users', {
579579
data: {
580580
name: 'Matti Luukkainen',

0 commit comments

Comments
 (0)