mirror of
https://github.com/mozilla/pdf.js.git
synced 2025-04-20 15:18:08 +02:00
Fix spelling of occurred
in a couple of comments
This commit is contained in:
parent
a1685fd0d8
commit
007c367018
2 changed files with 3 additions and 3 deletions
|
@ -1966,7 +1966,7 @@ class PDFViewer {
|
|||
|
||||
/**
|
||||
* Go to the next page, taking scroll/spread-modes into account.
|
||||
* @returns {boolean} Whether navigation occured.
|
||||
* @returns {boolean} Whether navigation occurred.
|
||||
*/
|
||||
nextPage() {
|
||||
const currentPageNumber = this._currentPageNumber,
|
||||
|
@ -1984,7 +1984,7 @@ class PDFViewer {
|
|||
|
||||
/**
|
||||
* Go to the previous page, taking scroll/spread-modes into account.
|
||||
* @returns {boolean} Whether navigation occured.
|
||||
* @returns {boolean} Whether navigation occurred.
|
||||
*/
|
||||
previousPage() {
|
||||
const currentPageNumber = this._currentPageNumber;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue