diff --git a/src/__tests__/events.js b/src/__tests__/events.js index 8a6899af..587bfdae 100644 --- a/src/__tests__/events.js +++ b/src/__tests__/events.js @@ -228,7 +228,7 @@ test('calling `fireEvent` directly works too', () => { ) }) -test('blur/foucs bubbles in react', () => { +test('blur/focus bubbles in react', () => { const handleBlur = jest.fn() const handleBubbledBlur = jest.fn() const handleFocus = jest.fn()