Skip to content

Commit

Permalink
Typo fixes from PR review
Browse files Browse the repository at this point in the history
Co-authored-by: Paulo Margarido <[email protected]>
  • Loading branch information
byrichardpowell and paulomarg authored Sep 12, 2024
1 parent 465d2a0 commit be99cea
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/shopify_app/webhooks.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,10 @@
## App-specific webhooks in shopify.app.toml
You can specify app-specific webhooks to subscribe to in the `shopify.app.toml` file. These subscriptions are automatically kept up to date by Shopify so unless your app requires different webhook topics on different shops, you should use app-specific webhooks defined in `shopify.app.toml`.

Learn more about the different way to subscribe to webhooks in the [documentation](https://shopify.dev/docs/apps/build/webhooks/subscribe).
Learn more about the different ways to subscribe to webhooks in the [documentation](https://shopify.dev/docs/apps/build/webhooks/subscribe).

### Consuming app-specific webhooks events
To consume app-specific webhooks events wfrom the `shopify.app.toml` file you can scaffold the necessary files by running the following generator.
To consume app-specific webhooks events from the `shopify.app.toml` file, you can scaffold the necessary files by running the following generator.

```bash
rails g shopify_app:add_declarative_webhook --topic carts/update --path webhooks/carts_update
Expand Down

0 comments on commit be99cea

Please sign in to comment.