From 7a5522fe4f6882d0c7c5f3fc6b1dca3a420c7671 Mon Sep 17 00:00:00 2001 From: analog-nico Date: Thu, 5 May 2016 11:15:55 -0700 Subject: [PATCH] fix: typo --- lib/rp.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/rp.js b/lib/rp.js index 47b1170..6da24a9 100644 --- a/lib/rp.js +++ b/lib/rp.js @@ -162,7 +162,7 @@ request.Request.prototype.promise = function RP$promise() { }; -/* istanbul ignore next */ // Function covered but not seen by Instanbul. +/* istanbul ignore next */ // Function covered but not seen by Istanbul. request.bindCLS = function RP$bindCLS(ns) { require('cls-bluebird')(ns); };