diff --git a/ada-project-docs/wave_04.md b/ada-project-docs/wave_04.md index 7a513a8bd..85e5ad839 100644 --- a/ada-project-docs/wave_04.md +++ b/ada-project-docs/wave_04.md @@ -141,7 +141,7 @@ Open Postman and make a request that mimics the API call to Slack that we just t ![](assets/postman_request_body.png) - In "Headers," add this new key-value pair: - - `Authorization`: `"Bearer xoxb-150..."`, where `xoxb-150...` is your full Slackbot token + - `Authorization`: `Bearer xoxb-150...`, where `xoxb-150...` is your full Slackbot token ![](assets/postman_headers.png)