From e43051343ff79d74bdcfe8ef1abd3929f1bf77fb Mon Sep 17 00:00:00 2001 From: Dana Date: Mon, 16 Nov 2015 12:45:22 +0000 Subject: [PATCH] Cleans up csp and fixes +10289 --- node_modules/connect-architect/connect.csp/csp.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/node_modules/connect-architect/connect.csp/csp.js b/node_modules/connect-architect/connect.csp/csp.js index 6afd93b8..3fb81a81 100644 --- a/node_modules/connect-architect/connect.csp/csp.js +++ b/node_modules/connect-architect/connect.csp/csp.js @@ -68,7 +68,7 @@ function csp() { res.csp(key, directive[key]); } else { - throw new TypeError("Invalud argument 'directive'"); + throw new TypeError("Invalid argument 'directive'"); } return; }