Skip to content

Commit fc9952f

Browse files
committed
Improve grammar
1 parent 11cff71 commit fc9952f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/vs/platform/userDataSync/common/abstractSynchronizer.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -649,7 +649,7 @@ export abstract class AbstractSynchroniser extends Disposable {
649649
} catch (error) {
650650
this.logService.error(error);
651651
}
652-
throw new UserDataSyncError(localize('incompatible sync data', "Cannot parse sync data as it is not compatible with current version."), UserDataSyncErrorCode.IncompatibleRemoteContent, this.resource);
652+
throw new UserDataSyncError(localize('incompatible sync data', "Cannot parse sync data as it is not compatible with the current version."), UserDataSyncErrorCode.IncompatibleRemoteContent, this.resource);
653653
}
654654

655655
private async getUserData(refOrLastSyncData: string | IRemoteUserData | null): Promise<IUserData> {

0 commit comments

Comments
 (0)