Skip to content
Snippets Groups Projects
Unverified Commit a7c1afff authored by mattn's avatar mattn Committed by GitHub
Browse files

fix typo (#9900)

parent fdb745b4
No related branches found
No related tags found
No related merge requests found
......@@ -11,7 +11,7 @@ const PREFER_AP = 'application/activity+json, */*';
const PREFER_HTML = 'text/html, */*';
const UNSPECIFIED = '*/*';
// Response Contet-Type
// Response Content-Type
const AP = 'application/activity+json; charset=utf-8';
const JSON = 'application/json; charset=utf-8';
const HTML = 'text/html; charset=utf-8';
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment