From 21f8f7dfd7ab859abb5036c78d7d08c99d5f0f71 Mon Sep 17 00:00:00 2001 From: Jason Lundien <50338269+jasonlundien@users.noreply.github.com> Date: Tue, 24 Jan 2023 08:27:39 -0600 Subject: [PATCH] add contributor and fix spelling mistake (#430) --- README.md | 1 + src/components/__tests__/FontAwesomeIcon.test.js | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 560310f1..67b3c555 100644 --- a/README.md +++ b/README.md @@ -60,6 +60,7 @@ being awesome contributors to this project. **We'd like to take a moment to reco | | Vinicius Rangel | [@viniciuslrangel](https://github.com/viniciuslrangel) | | | Okke Tijhuis | [@otijhuis](https://github.com/otijhuis) | | | Aaron Parker | [@parkeyparker](https://github.com/parkeyparker) | +| | Brandon Mork | [@brandon-mork](https://github.com/brandon-mork) | If we've missed someone (which is quite likely) submit a Pull Request to us and we'll get it resolved. diff --git a/src/components/__tests__/FontAwesomeIcon.test.js b/src/components/__tests__/FontAwesomeIcon.test.js index 6105dcd8..97799255 100644 --- a/src/components/__tests__/FontAwesomeIcon.test.js +++ b/src/components/__tests__/FontAwesomeIcon.test.js @@ -420,7 +420,7 @@ describe('using spin-pulse', () => { }) }) -describe('using spin-revese', () => { +describe('using spin-reverse', () => { test('spin-reverse', () => { const wrapper = mountFromProps({ icon: faCoffee, spinReverse: true })