Skip to content

Commit 858248f

Browse files
Merge pull request #2132 from KevinRebakure/patch-1
2 parents 201f5fa + b301ea1 commit 858248f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/routes/docs/advanced/platform/events/+page.markdoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ description: Harness the power of events in Appwrite. Explore event-driven archi
55
---
66

77
Appwrite provides a variety of events that allows your application to react to changes as they happen.
8-
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.
8+
An 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.
99
You can subscribe to these events with Appwrite [Functions](/docs/products/functions), [Realtime](/docs/apis/realtime), or [Webhooks](/docs/advanced/platform/webhooks).
1010

1111
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.

0 commit comments

Comments
 (0)