Fix pragmaFrag spelling in error message (#10868)

This commit is contained in:
Aziz Khambati 2019-12-16 20:25:08 +05:30 committed by Huáng Jùnliàng
parent bffa415b83
commit a0d76a8c0e
2 changed files with 2 additions and 2 deletions

View File

@ -80,7 +80,7 @@ export default declare((api, options) => {
) { ) {
throw new Error( throw new Error(
"transform-react-jsx: pragma has been set but " + "transform-react-jsx: pragma has been set but " +
"pragmafrag has not been set", "pragmaFrag has not been set",
); );
} }
}, },

View File

@ -1,3 +1,3 @@
{ {
"throws": "transform-react-jsx: pragma has been set but pragmafrag has not been set" "throws": "transform-react-jsx: pragma has been set but pragmaFrag has not been set"
} }