Skip to content

Commit 23fda8c

Browse files
committed
chore: fix format
1 parent 2b0217b commit 23fda8c

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

content/guide/visionos-preview.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,16 +11,16 @@ Just like you can Preview iOS and Android apps using StackBlitz with [NativeScri
1111

1212
## Using NativeScript Preview with Vision Pro
1313

14-
*This is useful if you have a physical Vision Pro device.*
14+
_This is useful if you have a physical Vision Pro device._
1515

1616
1. On your Vision Pro
1717
- Search for and install "NativeScript Preview" on the App Store.
1818
2. On your desktop
1919
1. Start a StackBlitz session containing a Vision Pro app like this one: https://stackblitz.com/edit/nativescript-vision-pro-explore?file=src%2Fapp%2Fitem%2Fitems.component.ts
20-
- *Tip: You can also share your desktop to your Vision Pro to copy/paste links directly.*
21-
2. Once QR Code appears on the right side, you can CMD+Tap on the QR to open a new browser tab.
20+
- _Tip: You can also share your desktop to your Vision Pro to copy/paste links directly._
21+
2. Once QR Code appears on the right side, you can CMD+Tap on the QR to open a new browser tab.
2222
3. Copy/Paste the URL from the new browser tab
2323
4. Share this URL with your Vision Pro
2424
3. Back on your Vision Pro
2525
1. Tapping on the shared link will open NativeScript Preview and begin building in the StackBlitz terminal.
26-
2. Once the build is complete, Vision Pro Safari will launch with a prompt to open 'Preview' on the Vision Pro to begin a live development session with your Vision Pro app.
26+
2. Once the build is complete, Vision Pro Safari will launch with a prompt to open 'Preview' on the Vision Pro to begin a live development session with your Vision Pro app.

content/guide/visionos.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ You will need an [Apple developer account](https://developer.apple.com/programs/
1818

1919
## Create a visionOS project
2020

21-
You can develop with a physical Vision Pro plugged in or using the Vision Pro Simulator.
21+
You can develop with a physical Vision Pro plugged in or using the Vision Pro Simulator.
2222

2323
**You will need the `vision` CLI**:
2424

@@ -71,7 +71,7 @@ You can use a [Developer Strap](https://developer.apple.com/visionos/developer-s
7171
Once connected, you can run `ns device` to list all connected physical devices:
7272

7373
```bash
74-
% ns device
74+
% ns device
7575
Searching for devices...
7676

7777
Connected devices & emulators

0 commit comments

Comments
 (0)