Skip to content
This repository was archived by the owner on Oct 5, 2025. It is now read-only.

Commit bf4c02d

Browse files
committed
Fix casing of HTML
1 parent ca0c674 commit bf4c02d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

content/v3/media.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -84,18 +84,18 @@ default if you do not pass any specific media type.
8484
Return a text only representation of the markdown body. Response will
8585
include `body_text`.
8686

87-
### Html
87+
### HTML
8888

8989
application/vnd.github.VERSION.html+json
9090

91-
Return html rendered from the body's markdown. Response will include
91+
Return HTML rendered from the body's markdown. Response will include
9292
`body_html`.
9393

9494
### Full
9595

9696
application/vnd.github.VERSION.full+json
9797

98-
Return raw, text and html representations. Response will include `body`,
98+
Return raw, text and HTML representations. Response will include `body`,
9999
`body_text`, and `body_html`:
100100

101101
## Git Blob Properties

0 commit comments

Comments
 (0)