diff --git a/src/__tests__/to-have-attribute.js b/src/__tests__/to-have-attribute.js index 0530f3a6..8abf6309 100644 --- a/src/__tests__/to-have-attribute.js +++ b/src/__tests__/to-have-attribute.js @@ -42,7 +42,7 @@ test('.toHaveAttribute', () => { expect({thisIsNot: 'an html element'}).not.toHaveAttribute(), ).toThrowError() - // Asymettic matchers + // Asymmetric matchers expect(queryByTestId('ok-button')).toHaveAttribute( 'type', expect.stringContaining('sub'),