From a8f3c6b66f83e9880897c308622d7177ccb21dc7 Mon Sep 17 00:00:00 2001 From: Jacob Herrington Date: Mon, 8 Apr 2019 16:00:53 -0500 Subject: [PATCH] Remove contraction 'cant' in favor of 'can not' The missing apostrophe bothered me, but I think this is better than adding an apostrophe. --- javascript/webpacker_react-npm-module/src/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/javascript/webpacker_react-npm-module/src/index.js b/javascript/webpacker_react-npm-module/src/index.js index d57bc2f..e02b81c 100644 --- a/javascript/webpacker_react-npm-module/src/index.js +++ b/javascript/webpacker_react-npm-module/src/index.js @@ -50,7 +50,7 @@ const WebpackerReact = { if (component) { if (node.innerHTML.length === 0) this.render(node, component) } else { - console.error(`webpacker-react: cant render a component that has not been registered: ${className}`) + console.error(`webpacker-react: can not render a component that has not been registered: ${className}`) } } },