Skip to content

Commit

Permalink
s/chatset/charset/
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinmartin authored Oct 30, 2019
1 parent 6780d71 commit cf234b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ router.get('/email.mobileconfig', function *autoconfig() {
const domain = email.split('@').pop();
const filename = `${domain}.mobileconfig`;

this.set('Content-Type', 'application/x-apple-aspen-config; chatset=utf-8');
this.set('Content-Type', 'application/x-apple-aspen-config; charset=utf-8');
this.set('Content-Disposition', `attachment; filename="${filename}"`);

yield this.render('mobileconfig', {
Expand Down

0 comments on commit cf234b0

Please sign in to comment.