From e54b1e50546a4c6655e6fa4bb78fc53ffd0016d5 Mon Sep 17 00:00:00 2001 From: shubham oulkar <91728992+ShubhamOulkar@users.noreply.github.com> Date: Thu, 25 Jan 2024 19:17:18 +0530 Subject: [PATCH] Update files/en-us/web/api/htmlanchorelement/type/index.md Co-authored-by: skyclouds2001 <95597335+skyclouds2001@users.noreply.github.com> --- files/en-us/web/api/htmlanchorelement/type/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/files/en-us/web/api/htmlanchorelement/type/index.md b/files/en-us/web/api/htmlanchorelement/type/index.md index 8920332bcc464ae..0d36a2175c9b78e 100644 --- a/files/en-us/web/api/htmlanchorelement/type/index.md +++ b/files/en-us/web/api/htmlanchorelement/type/index.md @@ -8,7 +8,7 @@ browser-compat: api.HTMLAnchorElement.type {{ApiRef("HTML DOM")}} -The **`type`** property of the {{domxref("HTMLAnchorElement")}} interface is a string that is the MIME type of the linked resource. +The **`type`** property of the {{domxref("HTMLAnchorElement")}} interface is a string that indicates the MIME type of the linked resource. It reflects the `type` attribute of the {{HTMLElement("a")}} element.