From 065b7ec3e749329e614d6bab25e3696704da90bd Mon Sep 17 00:00:00 2001 From: Weav3r <66331153+Weav3r@users.noreply.github.com> Date: Wed, 1 Nov 2023 15:32:30 +0000 Subject: [PATCH] Update +page.markdoc Updated sentence removing (imho) a redundant "to" --- src/routes/docs/advanced/platform/events/+page.markdoc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/routes/docs/advanced/platform/events/+page.markdoc b/src/routes/docs/advanced/platform/events/+page.markdoc index a7d7b50127..94553d4028 100644 --- a/src/routes/docs/advanced/platform/events/+page.markdoc +++ b/src/routes/docs/advanced/platform/events/+page.markdoc @@ -6,7 +6,7 @@ description: Harness the power of events in Appwrite. Explore event-driven archi Appwrite provides a variety of events that allows your application to react to changes as they happen. A event will fire when a change occurs in your Appwrite project, like when a new user registers or a new file is uploaded to Appwrite. -You can subscribe to these events to with Appwrite [Functions](/docs/products/functions), [Realtime](/docs/apis/realtime), or [Webhooks](/docs/advanced/platform/webhooks). +You can subscribe to these events with Appwrite [Functions](/docs/products/functions), [Realtime](/docs/apis/realtime), or [Webhooks](/docs/advanced/platform/webhooks). You can subscribe to events for specific resources using their ID or subscribe to changes of all resources of the same type by using a wildcard character * instead of an ID. You can also filter for events of specific actions like create, update, or delete. @@ -57,4 +57,4 @@ A change to a resource can cause multiple events to fire. For example adding a n "databases.*" ] } -``` \ No newline at end of file +```