Fix a typo (#3334)

just to get myself into the contributor list
This commit is contained in:
Junyu Zhan 2016-10-09 10:56:02 +08:00 committed by 偏右
parent e6900ec0ec
commit 4e8ba65828

View File

@ -21,7 +21,7 @@ describe('Button', function() {
expect(buttonNode.className).toBe('ant-btn');
});
it('should has a whitespace in two Chinese charactor', () => {
it('should has a whitespace in two Chinese characters', () => {
button = TestUtils.renderIntoDocument(
<Button>按钮</Button>
);