Fix typo in compiler reactNamespace error string

This commit is contained in:
Noj Vek
2016-01-30 11:37:02 -08:00
parent ebb1828763
commit f04f93c414
3 changed files with 28 additions and 28 deletions

View File

@@ -1,8 +1,8 @@
error TS5059: Invalide value for '--reactNamespace'. 'my-React-Lib' is not a valid identifier.
error TS5059: Invalid value for '--reactNamespace'. 'my-React-Lib' is not a valid identifier.
tests/cases/compiler/reactNamespaceInvalidInput.tsx(2,2): error TS2304: Cannot find name 'my-React-Lib'.
!!! error TS5059: Invalide value for '--reactNamespace'. 'my-React-Lib' is not a valid identifier.
!!! error TS5059: Invalid value for '--reactNamespace'. 'my-React-Lib' is not a valid identifier.
==== tests/cases/compiler/reactNamespaceInvalidInput.tsx (1 errors) ====
<foo data/>;