Skip to content

Commit 48a3ee1

Browse files
authored
Merge pull request #65 from AdaGold/ayang-fix-patch
Update wave_04.md
2 parents c29e45b + 5367348 commit 48a3ee1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ada-project-docs/wave_04.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -189,7 +189,7 @@ Consider using the keyword argument `data`, `json`, and/or `headers`
189189

190190
Test and verify that your API sends an API call to the Slack web API by using Postman!
191191

192-
Send `PATCH` requests to `localhost:5000/tasks/<book_id>/mark_complete` (use the ID of any existing task), and check if Slack messages were sent.
192+
Send `PATCH` requests to `localhost:5000/tasks/<task_id>/mark_complete` (use the ID of any existing task), and check if Slack messages were sent.
193193

194194
![](assets/postman_patch.png)
195195

0 commit comments

Comments
 (0)