community: fix type in event-triggers.md

GITHUB_PR_NUMBER: 7321
GITHUB_PR_URL: https://github.com/hasura/graphql-engine/pull/7321

PR-URL: https://github.com/hasura/graphql-engine-mono/pull/1958
Co-authored-by: Tobias Mühl <3341826+tobiasmuehl@users.noreply.github.com>
GitOrigin-RevId: 742341c2c8cac8b68d9886826a89bd867ddda02b
This commit is contained in:
hasura-bot 2021-11-25 18:49:26 +05:30
parent 2bd79ead05
commit 4f827429d3

View File

@ -14,7 +14,7 @@ Trigger webhooks on database events using Hasura GraphQL Engine's event triggers
* **Works with existing, live databases**: Point it to an existing Postgres database to instantly listen to changes in your data and invoke webhooks.
* **Ready for observability & monitoring]**: Generated events are automatically instrumented with an event-id and structured logs emitted by Hasura make it easy for you to use your favourite tools to run an event-driven backend in production ([watch](https://youtu.be/WOPA52r3bzU) an overview using [Honeycomb](https://honeycomb.io/)).
* **Ready for observability & monitoring**: Generated events are automatically instrumented with an event-id and structured logs emitted by Hasura make it easy for you to use your favourite tools to run an event-driven backend in production ([watch](https://youtu.be/WOPA52r3bzU) an overview using [Honeycomb](https://honeycomb.io/)).
## Quickstart: