From 5739af4012dcee60c927d5d9c1faee8f75ac7467 Mon Sep 17 00:00:00 2001 From: Gergo Erdosi Date: Tue, 29 Dec 2015 04:24:41 +0100 Subject: [PATCH] Use quotes instead of backticks --- lib/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/index.js b/lib/index.js index e5fe688..c344584 100755 --- a/lib/index.js +++ b/lib/index.js @@ -45,7 +45,7 @@ const internals = { '415': 'Unsupported Media Type', '416': 'Requested Range Not Satisfiable', '417': 'Expectation Failed', - '418': `I'm a teapot`, + '418': 'I\'m a teapot', '422': 'Unprocessable Entity', '423': 'Locked', '424': 'Failed Dependency',