fixed typo in documentation

This commit is contained in:
Tom 2022-12-07 18:03:59 -05:00
parent 524b42c778
commit 7e1b5c5665

View File

@ -802,7 +802,7 @@ $.Viewport.prototype = {
* Added to improve constrained panning
* @param {Boolean} current - Pass true for the current location; defaults to false (target location).
* @returns {OpenSeadragon.Rect} The bounds in viewport coordinates after applying constraints. The returned $.Rect
* contains additonal properties constraintsApplied, xConstrained and yConstrained.
* contains additional properties constraintsApplied, xConstrained and yConstrained.
* These flags indicate whether the viewport bounds were modified by the constraints
* of the viewer rectangle, and in which dimension(s).
*/