Skip to content

Commit

Permalink
fix typo (#9900)
Browse files Browse the repository at this point in the history
  • Loading branch information
mattn authored Feb 12, 2023
1 parent fdb745b commit a7c1aff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/backend/test/_e2e/fetch-resource.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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';
Expand Down

0 comments on commit a7c1aff

Please sign in to comment.