Skip to content

Commit 97cfde9

Browse files
author
Fatme
authored
Merge pull request #3999 from NativeScript/fatme/fix-qr-code-msg
chore: fix message shown on preview command
2 parents 86a07b2 + 9c7dd37 commit 97cfde9

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)