Merge pull request #426 from SanderSpies/sspi-fix-jsx-doc-link

In-browser JSX warning linked to wrong anchor (should be lowercase)
This commit is contained in:
Paul O’Shannessy
2013-10-15 12:04:59 -07:00
+1 -1
View File
@@ -80,7 +80,7 @@ runScripts = function() {
return script.type === 'text/jsx';
});
console.warn("You are using the in-browser JSX transformer. Be sure to precompile your JSX for production - http://facebook.github.io/react/docs/tooling-integration.html#JSX");
console.warn("You are using the in-browser JSX transformer. Be sure to precompile your JSX for production - http://facebook.github.io/react/docs/tooling-integration.html#jsx");
jsxScripts.forEach(function(script) {
if (script.src) {