Nitpick: Spelling fix. (#258)

PTAL.
This commit is contained in:
Pranshu Srivastava 2021-02-11 10:35:02 +05:30 committed by GitHub
parent 8e976d297b
commit e3eae62e37
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -27,7 +27,7 @@ export default class VersionStatus {
public set loading(isLoading: boolean) {
if (isLoading) {
this._versionBarEntry.text = `Initialing tsserver ${this._versionString}`
this._versionBarEntry.text = `Initializing tsserver ${this._versionString}`
} else {
this._versionBarEntry.text = `TSC ${this._versionString}`
}