Skip to content

Commit 065ed3d

Browse files
committed
fixed typo
1 parent 7fd1f99 commit 065ed3d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/guided-workshop/exercises/4-testing.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ Let's create a workflow to implement testing.
7070
with:
7171
build: npm run build
7272
start: npm run start
73-
project: ./source
73+
project: ./src
7474
env:
7575
MONGODB_URI: test
7676
```

0 commit comments

Comments
 (0)