ElliotForWater / elliotforwater.com

Webapp which run the https://elliotforwater.com/ website
https://elliotforwater.com/
MIT License
15 stars 13 forks source link

Fix queryNoWitheSpace typo (issue 92) #122

Closed 1jackdev closed 3 years ago

1jackdev commented 3 years ago

Related Issue

92

Description

Before: const queryNoWhite = queryNoWitheSpace(query)

After: const queryNoWhite = queryNoWhiteSpace(query):

Impacted Areas in Application

None.

Steps to Test or Reproduce

Nothing to reproduce.

Related PRs

None.


PR Checklist:

gsambrotta commented 3 years ago

@1jackdev do you have Twitter? We would be happy to publicly thank you on our socials.

1jackdev commented 3 years ago

I don't use twitter, unfortunately. Just happy to help!