From aade5a09ed05f38e09532487667f43ff695f6795 Mon Sep 17 00:00:00 2001 From: Joe Mooring Date: Wed, 24 May 2023 08:47:11 -0700 Subject: [PATCH] Correct media subtype example --- content/en/content-management/page-resources.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/en/content-management/page-resources.md b/content/en/content-management/page-resources.md index 4bbd159be..54494c2e1 100644 --- a/content/en/content-management/page-resources.md +++ b/content/en/content-management/page-resources.md @@ -78,7 +78,7 @@ MediaType.MainType : The main type of the resource's MIME type. For example, a file of MIME type `application/pdf` has for MainType `application`. MediaType.SubType -: The subtype of the resource's MIME type. For example, a file of MIME type `application/pdf` has for SubType `pdf`. Note that this is not the same as the file extension - PowerPoint files have a subtype of `vnd.mspowerpoint`. +: The subtype of the resource's MIME type. For example, a file of MIME type `application/pdf` has for SubType `pdf`. Note that this is not the same as the file extension. For example, Microsoft PowerPoint files (`.ppt`) have a subtype of `vnd.ms-powerpoint`. MediaType.Suffixes : A slice of possible suffixes for the resource's MIME type.