未验证 提交 16d33892 编写于 作者: D Daniel Imms 提交者: GitHub

Merge pull request #54239 from Jongkeun/spell

fixed spelling mistake from 'occuring' to 'occurring'
......@@ -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
......
......@@ -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) {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册