From be13326a1b5aff23c02db1582422eece016e6726 Mon Sep 17 00:00:00 2001 From: afc163 Date: Fri, 25 May 2018 17:02:24 +0800 Subject: [PATCH] Fix typo --- components/anchor/__tests__/Anchor.test.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/anchor/__tests__/Anchor.test.js b/components/anchor/__tests__/Anchor.test.js index 41da53fe2e..41f2215c7f 100644 --- a/components/anchor/__tests__/Anchor.test.js +++ b/components/anchor/__tests__/Anchor.test.js @@ -28,7 +28,7 @@ describe('Anchor Render', () => { expect(wrapper.instance().state.activeLink).toBe('http://www.example.com/#API'); }); - it('Anchor render perfectly for complete href - scoll', () => { + it('Anchor render perfectly for complete href - scroll', () => { let root = document.getElementById('root'); if (!root) { root = document.createElement('div', { id: 'root' });