Skip to content

Commit

Permalink
add contributor and fix spelling mistake (#430)
Browse files Browse the repository at this point in the history
  • Loading branch information
jasonlundien committed Jan 24, 2023
1 parent 4241f0d commit 21f8f7d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions README.md
Expand Up @@ -60,6 +60,7 @@ being awesome contributors to this project. **We'd like to take a moment to reco
| <img src="https://github.com/viniciuslrangel.png?size=72" /> | Vinicius Rangel | [@viniciuslrangel](https://github.com/viniciuslrangel) |
| <img src="https://github.com/otijhuis.png?size=72" /> | Okke Tijhuis | [@otijhuis](https://github.com/otijhuis) |
| <img src="https://github.com/parkeyparker.png?size=72" /> | Aaron Parker | [@parkeyparker](https://github.com/parkeyparker) |
| <img src="https://github.com/brandon-mork.png?size=72" /> | 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.

Expand Down
2 changes: 1 addition & 1 deletion src/components/__tests__/FontAwesomeIcon.test.js
Expand Up @@ -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 })

Expand Down

0 comments on commit 21f8f7d

Please sign in to comment.