Quick spelling update (#150759)

https://github.com/Sertion/vscode-gitblame/pull/123
This commit is contained in:
Solomon Kinard
2022-05-31 14:06:38 -07:00
committed by GitHub
parent a5b78ff4cf
commit 3c6fdedd0e

View File

@@ -290,7 +290,7 @@ export interface GitExtension {
/**
* Returns a specific API version.
*
* Throws error if git extension is disabled. You can listed to the
* Throws error if git extension is disabled. You can listen to the
* [GitExtension.onDidChangeEnablement](#GitExtension.onDidChangeEnablement) event
* to know when the extension becomes enabled/disabled.
*