diff --git a/src/content/docs/reference-architecture/diagrams/storage/event-notifications-for-storage.mdx b/src/content/docs/reference-architecture/diagrams/storage/event-notifications-for-storage.mdx index 2ad05d9b203ddd..2f5966fc24cce1 100644 --- a/src/content/docs/reference-architecture/diagrams/storage/event-notifications-for-storage.mdx +++ b/src/content/docs/reference-architecture/diagrams/storage/event-notifications-for-storage.mdx @@ -47,7 +47,7 @@ Consider the scenario below: A user initiates a delete from R2. An external serv ## Additional Example Use Cases: - Send an email to an administrator anytime objects are deleted from R2 -- When a video or podcast is uploaded to R2, it automatically processes the content using one of Cloudflare’s Automatic Speech Recognition (ASR) AI models to generate subtitles or even translate the content. +- When a video or podcast is uploaded to R2, it automatically processes the content using one of Cloudflare's Automatic Speech Recognition (ASR) AI models to generate subtitles or even translate the content. - Remove related database entries if an object in R2 is deleted. ## Related Resources