diff --git a/lib/ReactViews/Generic/Timer/drawTimer.js b/lib/ReactViews/Generic/Timer/drawTimer.js index c1f89ebdf76..0d8fef7a8f3 100644 --- a/lib/ReactViews/Generic/Timer/drawTimer.js +++ b/lib/ReactViews/Generic/Timer/drawTimer.js @@ -155,7 +155,7 @@ export function createTimer( * @param {string} containerId The id of the element to insert the timer into. * @param {string} elapsedTimeClass A class for styling the animation that fills the timer as it runs. * @param {string} backgroundClass A class for styling the timer's background circle. - * @param {string} [elapsed=0] How much time (in seconds) has already passed. + * @param {number} [elapsed=0] How much time (in seconds) has already passed. */ export function startTimer( radius,