Skip to content

Commit

Permalink
Remove contraction 'cant' in favor of 'can not'
Browse files Browse the repository at this point in the history
The missing apostrophe bothered me, but I think this is better than
adding an apostrophe.
  • Loading branch information
jacobherrington authored and renchap committed Jul 9, 2019
1 parent e6aa9fa commit a8f3c6b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion javascript/webpacker_react-npm-module/src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -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}`)
}
}
},
Expand Down

0 comments on commit a8f3c6b

Please sign in to comment.