diff options
author | wanderer <mjbecze@gmail.com> | 2017-04-14 11:32:52 -0400 |
---|---|---|
committer | wanderer <mjbecze@gmail.com> | 2017-04-14 11:32:52 -0400 |
commit | 3b2abbd473b007b9de5f8b76c8e74aad26b947be (patch) | |
tree | 9c3f6c947029402057345b1c4209ce670fc83c02 /lib | |
parent | 58c620e2dd412bd339b3482ccc949471466824c8 (diff) | |
download | patchfoo-3b2abbd473b007b9de5f8b76c8e74aad26b947be.tar.gz patchfoo-3b2abbd473b007b9de5f8b76c8e74aad26b947be.zip |
spelling
Diffstat (limited to 'lib')
-rw-r--r-- | lib/serve.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/serve.js b/lib/serve.js index 9c36013..ca86533 100644 --- a/lib/serve.js +++ b/lib/serve.js @@ -43,7 +43,7 @@ function ctype(name) { case 'css': return 'text/css' case 'png': return 'image/png' case 'json': return 'application/json' - case 'ico': return 'image/x-iconimage/x-icon' + case 'ico': return 'image/x-icon' } } |