Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Co-authored-by: Shana Matthews <shana.l.matthews@gmail.com>
  • Loading branch information
antonpirker and shanamatthews authored Sep 20, 2023
1 parent 3b0f415 commit f23e5f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/platforms/python/guides/chalice/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ def index():
return {"hello": "world"}
```

When you enter the `"/"` route or the scheduled tasks is run an error event will be sent to [sentry.io](https://sentry.io).
When you enter the `"/"` route or the scheduled task is run, an error event will be sent to [sentry.io](https://sentry.io).

## Behavior

Expand Down

0 comments on commit f23e5f5

Please sign in to comment.