Update src/vs/workbench/contrib/terminal/browser/links/links.ts

Co-authored-by: Megan Rogge <megan.rogge@microsoft.com>
This commit is contained in:
Daniel Imms 2022-01-28 14:45:39 -08:00 committed by GitHub
parent 26c24c2b7f
commit 0852b93a23
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -34,7 +34,7 @@ export interface ITerminalSimpleLink {
readonly bufferRange: IBufferRange;
/**
* The type of link which determines how it is handled when clicked.
* The type of link, which determines how it is handled when activated.
*/
readonly type: TerminalLinkType;
}