Skip to content

Commit 604fb76

Browse files
author
Eric Amodio
committed
Fixes typo
1 parent 5391a48 commit 604fb76

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/vs/vscode.proposed.d.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1894,7 +1894,7 @@ declare module 'vscode' {
18941894
export interface Timeline {
18951895
readonly paging?: {
18961896
/**
1897-
* A provider-defined cursor specifing the starting point of timeline items which are after the ones returned.
1897+
* A provider-defined cursor specifying the starting point of timeline items which are after the ones returned.
18981898
* Use `undefined` to signal that there are no more items to be returned.
18991899
*/
19001900
readonly cursor: string | undefined;
@@ -1908,7 +1908,7 @@ declare module 'vscode' {
19081908

19091909
export interface TimelineOptions {
19101910
/**
1911-
* A provider-defined cursor specifing the starting point of the timeline items that should be returned.
1911+
* A provider-defined cursor specifying the starting point of the timeline items that should be returned.
19121912
*/
19131913
cursor?: string;
19141914

0 commit comments

Comments
 (0)