Skip to content

Commit

Permalink
Fix pragmaFrag spelling in error message (#10868)
Browse files Browse the repository at this point in the history
  • Loading branch information
azizhk authored and JLHwung committed Dec 16, 2019
1 parent bffa415 commit a0d76a8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/babel-plugin-transform-react-jsx/src/index.js
Expand Up @@ -80,7 +80,7 @@ export default declare((api, options) => {
) {
throw new Error(
"transform-react-jsx: pragma has been set but " +
"pragmafrag has not been set",
"pragmaFrag has not been set",
);
}
},
Expand Down
@@ -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"
}

0 comments on commit a0d76a8

Please sign in to comment.