From e1cdbc16bdd29e12e094771609642b0639e010d8 Mon Sep 17 00:00:00 2001 From: abist Date: Wed, 11 Dec 2019 16:35:10 -0800 Subject: [PATCH] trigger cla --- src/views/connectionUI.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/views/connectionUI.ts b/src/views/connectionUI.ts index 770331979..1854abfd2 100644 --- a/src/views/connectionUI.ts +++ b/src/views/connectionUI.ts @@ -529,7 +529,7 @@ export class ConnectionUI { } /** - * Save a connection profile using the connection store. + * Save a connection profile using the connection store */ private saveProfile(profile: IConnectionProfile): Promise { return this._connectionStore.saveProfile(profile);