Skip to content

Commit

Permalink
fix typo #595
Browse files Browse the repository at this point in the history
  • Loading branch information
theKashey committed Sep 5, 2020
1 parent 42fbdd0 commit e540f5f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/component/src/loadableReady.js
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ export default function loadableReady(
} else {
// version mismatch
throw new Error(
'loadable-component: @loabable/server does not match @loadable/component',
'loadable-component: @loadable/server does not match @loadable/component',
)
}
}
Expand Down

0 comments on commit e540f5f

Please sign in to comment.