Jezzamonn / fourier

An Interactive Introduction to Fourier Transforms
http://www.jezzamon.com/fourier
MIT License
2.47k stars 217 forks source link

Fix some typos #1

Closed OmarShehata closed 5 years ago

OmarShehata commented 5 years ago

Awesome article! Being able "sound" and hear it deconstructed like that is just kind of magical.

I spotted a typo. I just changed:

Another article explaining how you can use epicycles to draw a path, explaing from a linear algerbra perspective.

to

Another article explaining how you can use epicycles to draw a path, explained from a linear algebra perspective.

Not sure why GitHub is showing the bottom line also changed.

Jezzamonn commented 5 years ago

Awesome, thanks!

The last line changed because my version is missing the trailing new line but your version does have it. Trailing new line is generally better to have so that's all good.