thejsway / thejsway

The JavaScript Way book

Home Page:https://thejsway.net

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

function instead of functions -> Chapter 18

roxerto opened this issue · comments

At the end of the "Stop an animation" section, there is this paragraph:

The cancelAnimationFrame() functions stops the animation and takes the ID of the animation set by a prior call to requestAnimationFrame().

In the previous code to this paragraph the function cancelAnimationFrame() is only used once. So, I think the word function must be singular and not plural! Seems like just a typo!

Good catch, thanks once again!