未验证 提交 d6e3ecf9 编写于 作者: A Anuj 提交者: GitHub

fix spelling of "firstPage"

上级 1e3efda9
......@@ -589,7 +589,7 @@ export class ExtensionsListView extends ViewletPanel {
.then(result => this.getPagedModel(result));
}
// Sorts the firsPage of the pager in the same order as given array of extension ids
// Sorts the firstPage of the pager in the same order as given array of extension ids
private sortFirstPage(pager: IPager<IExtension>, ids: string[]) {
ids = ids.map(x => x.toLowerCase());
pager.firstPage.sort((a, b) => {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册