Skip to content

Commit d938c80

Browse files
committed
chore: fix typo
1 parent 9236d04 commit d938c80

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/controllers/preview-app-controller.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,7 @@ export class PreviewAppController extends EventEmitter implements IPreviewAppCon
141141
const platformHmrData = _.cloneDeep(hmrData);
142142
const connectedDevices = this.$previewDevicesService.getDevicesForPlatform(platform);
143143
if (!connectedDevices || !connectedDevices.length) {
144-
this.$logger.warn(`Unable to find any connected devices for platform '${platform}'. In order to execute live sync, open your Preview app and optionally re-scan the QR code using the Playground app.`);
144+
this.$logger.warn(`Unable to find any connected devices for platform '${platform}'. In order to execute livesync, open your Preview app and optionally re-scan the QR code using the Playground app.`);
145145
return;
146146
}
147147

0 commit comments

Comments
 (0)