diff --git a/src/components/__tests__/FontAwesomeIcon.test.js b/src/components/__tests__/FontAwesomeIcon.test.js index 2a171689..7a57896d 100644 --- a/src/components/__tests__/FontAwesomeIcon.test.js +++ b/src/components/__tests__/FontAwesomeIcon.test.js @@ -25,7 +25,7 @@ afterEach(() => { }) describe('icon title prop', () => { - test('checks title attribute is null when title property is NOT st', () => { + test('checks title attribute is null when title property is NOT set', () => { const wrapper = mountFromProps({ icon: faCoffee })