Skip to content

Commit

Permalink
chore: fix misspelling in comment (#576)
Browse files Browse the repository at this point in the history
fixes a small letter transposition in a comment
  • Loading branch information
alexsasharegan authored and Kent C. Dodds committed Sep 14, 2018
1 parent 444e76e commit 5de1467
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/productionEnum.macro.js
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ module.exports = createMacro(({references, babel: {types: t, template}}) => {
references.default.forEach(({parentPath: ref}, index) => {
if (!ref.isCallExpression()) {
throw new Error(
`${__filename} is supposed to be used as function call, isntead you have used it as ${
`${__filename} is supposed to be used as function call, instead you have used it as ${
ref.node.type
}.`,
)
Expand Down

0 comments on commit 5de1467

Please sign in to comment.