Skip to content

Commit dea1919

Browse files
authored
typo: inform that Content-Type is a mime type, not the example value (#1905)
1 parent 9d7cc97 commit dea1919

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cheatsheets/HTTP_Headers_Cheat_Sheet.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ Although it is recommended to always set the `Content-Type` header correctly, it
7373
> `Content-Type: text/html; charset=UTF-8`
7474
7575
- *NOTE:* the `charset` attribute is necessary to prevent XSS in **HTML** pages
76-
- *NOTE*: the `text/html` can be any of the possible [MIME types](https://developer.mozilla.org/en-US/docs/Web/HTTP/Basics_of_HTTP/MIME_types)
76+
- *NOTE*: the `Content-Type` can be any of the possible [MIME types](https://developer.mozilla.org/en-US/docs/Web/HTTP/Basics_of_HTTP/MIME_types)
7777

7878
### Set-Cookie
7979

0 commit comments

Comments
 (0)