Skip to content

Commit

Permalink
Fix small typo (#11682)
Browse files Browse the repository at this point in the history
  • Loading branch information
sajadtorkamani committed Jun 5, 2020
1 parent 71d3527 commit 9d289c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/babel-plugin-transform-typescript/src/index.js
Expand Up @@ -70,7 +70,7 @@ export default declare(
if (node.definite || node.declare) {
if (node.value) {
throw path.buildCodeFrameError(
`Definietly assigned fields and fields with the 'declare' modifier cannot` +
`Definitely assigned fields and fields with the 'declare' modifier cannot` +
` be initialized here, but only in the constructor`,
);
}
Expand Down

0 comments on commit 9d289c1

Please sign in to comment.