We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 86a07b2 commit 9c7dd37Copy full SHA for 9c7dd37
lib/services/livesync/playground/qr-code-generator.ts
@@ -31,7 +31,7 @@ export class PlaygroundQrCodeGenerator implements IPlaygroundQrCodeGenerator {
31
this.$qrCodeTerminalService.generate(url);
32
33
this.$logger.info();
34
- this.$logger.printMarkdown(`# Use \`NativeScript Playground app\` and scan the \`QR code\` below to preview the application on your device.`);
+ this.$logger.printMarkdown(`# Use \`NativeScript Playground app\` and scan the \`QR code\` above to preview the application on your device.`);
35
this.$logger.printMarkdown(`
36
To scan the QR code and deploy your app on a device, you need to have the \`NativeScript Playground app\`:
37
App Store (iOS): ${PlaygroundStoreUrls.APP_STORE_URL}
0 commit comments