Skip to content

Commit

Permalink
Fix copy-and-pasted property names
Browse files Browse the repository at this point in the history
  • Loading branch information
strugee committed Sep 19, 2017
1 parent 02f59b1 commit db6ac4d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions index.html
Expand Up @@ -372,9 +372,9 @@ <h3>Reserved Keywords</h3>
<li><dfn>content-type</dfn> is the MIME media type of the containing object.
Content-type MUST be a single string value only.</li>
<li><dfn>html</dfn> is the text/html version of the containing object.
Content-type MUST be a single string value only.</li>
html MUST be a single string value only.</li>
<li><dfn>text</dfn> is the text/plain version of the containing object.
Content-type MUST be a single string value only.</li>
text MUST be a single string value only.</li>
<li><dfn>value</dfn> is a textual representation of the object. By default this is presumed to be
of content-type "text/plain".
Value MUST be a single string value only.
Expand Down

0 comments on commit db6ac4d

Please sign in to comment.