Skip to content

Commit b66a227

Browse files
author
Fatme
authored
Merge pull request #3868 from NativeScript/kerezov/type
fix: minor typo
2 parents 7a780b9 + 0f5e76e commit b66a227

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/services/livesync/android-livesync-tool.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -323,7 +323,7 @@ export class AndroidLivesyncTool implements IAndroidLivesyncTool {
323323
clearTimeout(this.pendingConnectionData.socketTimer);
324324
}
325325

326-
reject(lastKnownError || new Error("Socket connection timeouted."));
326+
reject(lastKnownError || new Error("Socket connection timed out."));
327327
this.pendingConnectionData = null;
328328
}
329329
}, timeout);

0 commit comments

Comments
 (0)