diff --git a/openseadragon.js b/openseadragon.js index 3598b65e..8048fe6e 100644 --- a/openseadragon.js +++ b/openseadragon.js @@ -223,7 +223,7 @@ * is preserved when navigating between images in the sequence. * * @param {String} [options.prefixUrl='/images/'] - * Appends the prefixUrl to navImages paths, which is very useful + * Prepends the prefixUrl to navImages paths, which is very useful * since the default paths are rarely useful for production * environments. * diff --git a/src/openseadragon.js b/src/openseadragon.js index 05ea3c62..cb72319a 100644 --- a/src/openseadragon.js +++ b/src/openseadragon.js @@ -223,7 +223,7 @@ * is preserved when navigating between images in the sequence. * * @param {String} [options.prefixUrl='/images/'] - * Appends the prefixUrl to navImages paths, which is very useful + * Prepends the prefixUrl to navImages paths, which is very useful * since the default paths are rarely useful for production * environments. *