diff --git a/docs/guides/migration-from-2-to-3.md b/docs/guides/migration-from-2-to-3.md index 43cffc9f0..df92756cf 100644 --- a/docs/guides/migration-from-2-to-3.md +++ b/docs/guides/migration-from-2-to-3.md @@ -83,7 +83,7 @@ import { shallow } from 'enzyme'; import StatusLabel from './path/to/StatusLabel'; import Icon from './path/to/Icon'; -const wrapper = shallow(); +const wrapper = shallow(); const iconCount = wrapper.find(Icon).length; ```