From 7e1b5c56658b1fc9982654a69cb67b38d1400f5b Mon Sep 17 00:00:00 2001 From: Tom Date: Wed, 7 Dec 2022 18:03:59 -0500 Subject: [PATCH] fixed typo in documentation --- src/viewport.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/viewport.js b/src/viewport.js index abdd6892..cbb71429 100644 --- a/src/viewport.js +++ b/src/viewport.js @@ -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). */