fixed spelling mistake from 'occuring' to 'occurring'

This commit is contained in:
Jongkeun 2018-07-13 17:27:13 +09:00
parent 0aa7dff215
commit 0a530f62ad
2 changed files with 2 additions and 2 deletions

View file

@ -59,7 +59,7 @@ Please include the following with each issue:
* What you expected to see, versus what you actually saw
* Images, animations, or a link to a video showing the issue occuring
* Images, animations, or a link to a video showing the issue occurring
* A code snippet that demonstrates the issue or a link to a code repository the developers can easily pull down to recreate the issue locally

View file

@ -229,7 +229,7 @@ export class Scrollable extends Disposable {
/**
* Returns the final scroll position that the instance will have once the smooth scroll animation concludes.
* If no scroll animation is occuring, it will return the current scroll position instead.
* If no scroll animation is occurring, it will return the current scroll position instead.
*/
public getFutureScrollPosition(): IScrollPosition {
if (this._smoothScrolling) {