diff --git a/components/button/__tests__/index.test.js b/components/button/__tests__/index.test.js index a868daeeba..49ee1e676d 100644 --- a/components/button/__tests__/index.test.js +++ b/components/button/__tests__/index.test.js @@ -61,7 +61,7 @@ describe('Button', () => { expect(wrapper.find('.ant-btn').hasClass('ant-btn-two-chinese-chars')).toBe(true); }); - it('have static perperty for type detecting', () => { + it('have static property for type detecting', () => { const wrapper = mount( );