Commit cde29eef authored by Robert Knight's avatar Robert Knight

Correct JSDoc mistake

parent 8ba1b9a8
...@@ -77,7 +77,7 @@ export async function scrollElement( ...@@ -77,7 +77,7 @@ export async function scrollElement(
* *
* @param {HTMLElement} element * @param {HTMLElement} element
* @param {object} options * @param {object} options
* @prop {number} maxDuration * @param {number} [options.maxDuration]
*/ */
export async function scrollElementIntoView( export async function scrollElementIntoView(
element, element,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment