File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments