Skip to content

Commit 9c7dd37

Browse files
committed
chore: fix message shown on preview command
1 parent 86a07b2 commit 9c7dd37

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/services/livesync/playground/qr-code-generator.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ export class PlaygroundQrCodeGenerator implements IPlaygroundQrCodeGenerator {
3131
this.$qrCodeTerminalService.generate(url);
3232

3333
this.$logger.info();
34-
this.$logger.printMarkdown(`# Use \`NativeScript Playground app\` and scan the \`QR code\` below to preview the application on your device.`);
34+
this.$logger.printMarkdown(`# Use \`NativeScript Playground app\` and scan the \`QR code\` above to preview the application on your device.`);
3535
this.$logger.printMarkdown(`
3636
To scan the QR code and deploy your app on a device, you need to have the \`NativeScript Playground app\`:
3737
App Store (iOS): ${PlaygroundStoreUrls.APP_STORE_URL}

0 commit comments

Comments
 (0)